In [1]:
import dicom
import numpy as np
import matplotlib.pyplot as plt

%matplotlib inline
In [2]:
dcm_plan = dicom.read_file("RP1.3.6.1.4.1.2452.6.728760501.1211531093.3851412398.2396712583.dcm", force=True)
dcm_plan
Out[2]:
(0008, 0005) Specific Character Set              CS: 'ISO_IR 100'
(0008, 0012) Instance Creation Date              DA: '20160217'
(0008, 0013) Instance Creation Time              TM: '154352'
(0008, 0016) SOP Class UID                       UI: RT Plan Storage
(0008, 0018) SOP Instance UID                    UI: 1.3.6.1.4.1.2452.6.728760501.1211531093.3851412398.2396712583
(0008, 0020) Study Date                          DA: '20140630'
(0008, 0030) Study Time                          TM: '103028'
(0008, 0050) Accession Number                    SH: ''
(0008, 0060) Modality                            CS: 'RTPLAN'
(0008, 0070) Manufacturer                        LO: 'Nucletron'
(0008, 0090) Referring Physician's Name          PN: ''
(0008, 0201) Timezone Offset From UTC            SH: '+1000'
(0008, 1010) Station Name                        SH: 'ONCENTRA'
(0008, 1030) Study Description                   LO: 'HDR PHANTOM'
(0008, 1040) Institutional Department Name       LO: 'WBRC The Alfred Hospital'
(0008, 1070) Operators' Name                     PN: 'ryans'
(0008, 1090) Manufacturer's Model Name           LO: 'Oncentra'
(0010, 0010) Patient's Name                      PN: 'zzHDRphantom^RS^^^'
(0010, 0020) Patient ID                          LO: 'TMT0009'
(0010, 0030) Patient's Birth Date                DA: ''
(0010, 0040) Patient's Sex                       CS: ''
(0018, 1020) Software Version(s)                 LO: 'OTP V4.3.0.410'
(0020, 000d) Study Instance UID                  UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.984
(0020, 000e) Series Instance UID                 UI: 1.3.6.1.4.1.2452.6.1895486625.1281832206.1361906085.2077096495
(0020, 0010) Study ID                            SH: '822'
(0020, 0011) Series Number                       IS: '1'
(0020, 0052) Frame of Reference UID              UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
(0020, 1040) Position Reference Indicator        LO: 'BP'
(0021, 0010) Private Creator                     LO: 'NUCLETRON'
(0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
(3005, 0010) Private Creator                     LO: 'MDS NORDION CALCULATION'
(3005, 1008) Private tag data                    CS: 'BRACHY_OPT'
(3005, 100d)  Private tag data   2 item(s) ---- 
   (3005, 0010) Private Creator                     LO: 'MDS NORDION CALCULATION'
   (3005, 100e) Private tag data                    LO: 'BRACHY_OPTIMIZATION_TYPE'
   (3005, 1010) Private tag data                    DS: '6.000000'
   ---------
   (3005, 0010) Private Creator                     LO: 'MDS NORDION CALCULATION'
   (3005, 100e) Private tag data                    LO: 'DWELL_TIME_GRADIENT'
   (3005, 1010) Private tag data                    DS: '0.500000'
   ---------
(3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
(3007, 1000) Private tag data                    DS: '4.000000'
(3007, 1002) Private tag data                    CS: 'ABSOLUTE'
(3007, 1004)  Private tag data   5 item(s) ---- 
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1005) Private tag data                    CS: 'TRUE'
   (3007, 1006) Private tag data                    DS: '70.000000'
   (3007, 1008) Private tag data                    DS: ['0', '0', '255']
   (3007, 101a) Private tag data                    DS: '0'
   (3007, 101b) Private tag data                    DS: '-1'
   (3007, 101c) Private tag data                    CS: 'TRUE'
   ---------
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1005) Private tag data                    CS: 'TRUE'
   (3007, 1006) Private tag data                    DS: '95.000000'
   (3007, 1008) Private tag data                    DS: ['50', '205', '50']
   (3007, 101a) Private tag data                    DS: '0'
   (3007, 101b) Private tag data                    DS: '-1'
   (3007, 101c) Private tag data                    CS: 'TRUE'
   ---------
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1005) Private tag data                    CS: 'TRUE'
   (3007, 1006) Private tag data                    DS: '100.000000'
   (3007, 1008) Private tag data                    DS: ['255', '255', '0']
   (3007, 101a) Private tag data                    DS: '0'
   (3007, 101b) Private tag data                    DS: '-1'
   (3007, 101c) Private tag data                    CS: 'TRUE'
   ---------
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1005) Private tag data                    CS: 'TRUE'
   (3007, 1006) Private tag data                    DS: '115.000000'
   (3007, 1008) Private tag data                    DS: ['255', '0', '0']
   (3007, 101a) Private tag data                    DS: '0'
   (3007, 101b) Private tag data                    DS: '-1'
   (3007, 101c) Private tag data                    CS: 'TRUE'
   ---------
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1005) Private tag data                    CS: 'TRUE'
   (3007, 1006) Private tag data                    DS: '200.000000'
   (3007, 1008) Private tag data                    DS: ['0', '255', '255']
   (3007, 101a) Private tag data                    DS: '0'
   (3007, 101b) Private tag data                    DS: '-1'
   (3007, 101c) Private tag data                    CS: 'TRUE'
   ---------
(3007, 100b)  Private tag data   1 item(s) ---- 
   (3007, 0010) Private Creator                     LO: 'MDS NORDION OTP EM'
   (3007, 1015) Private tag data                    DS: '0.000000'
   (3007, 1016) Private tag data                    DS: '55.309967'
   (3007, 1018) Private tag data                    DS: '1.000000'
   ---------
(3007, 100e) Private tag data                    DS: '100.000000'
(3007, 100f) Private tag data                    DS: '1'
(3007, 1011) Private tag data                    DS: '0'
(3007, 1013) Private tag data                    DS: '1.000000'
(3007, 1014) Private tag data                    LO: 'NORMALIZED_MANUAL'
(300a, 0002) RT Plan Label                       SH: 'Phantom Plan'
(300a, 0003) RT Plan Name                        LO: 'Phantom Plan'
(300a, 0006) RT Plan Date                        DA: '20160217'
(300a, 0007) RT Plan Time                        TM: '154352'
(300a, 000c) RT Plan Geometry                    CS: 'PATIENT'
(300a, 0010)  Dose Reference Sequence   20 item(s) ---- 
   (3006, 0084) Referenced ROI Number               IS: '1'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '5.00000000000000'
   (3007, 1028) Private tag data                    DS: '3.00000000000000'
   (3007, 1031) Private tag data                    LO: 'REFERENCED_TARGET'
   (300a, 0012) Dose Reference Number               IS: '1'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.3968350748.1243628894.3165281950.135903519
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MIN_DOSE_SURFACE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0021) Constraint Weight                   DS: '100.00'
   (300a, 0025) Target Minimum Dose                 DS: '4.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '1'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '5.00000000000000'
   (3007, 1028) Private tag data                    DS: '3.00000000000000'
   (3007, 1031) Private tag data                    LO: 'REFERENCED_TARGET'
   (300a, 0012) Dose Reference Number               IS: '2'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.512215478.1279755397.1056497072.3627285081
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE_SURFACE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0021) Constraint Weight                   DS: '100.00'
   (300a, 0027) Target Maximum Dose                 DS: '5.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '1'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '5.00000000000000'
   (3007, 1028) Private tag data                    DS: '3.00000000000000'
   (3007, 1031) Private tag data                    LO: 'REFERENCED_TARGET'
   (300a, 0012) Dose Reference Number               IS: '3'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.2936692482.1106483981.679982509.3644945000
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MIN_DOSE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0021) Constraint Weight                   DS: '100.00'
   (300a, 0025) Target Minimum Dose                 DS: '4.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '1'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '5.00000000000000'
   (3007, 1028) Private tag data                    DS: '3.00000000000000'
   (3007, 1031) Private tag data                    LO: 'REFERENCED_TARGET'
   (300a, 0012) Dose Reference Number               IS: '4'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.3716028491.1225154492.2378091421.3109333052
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0021) Constraint Weight                   DS: '30.00'
   (300a, 0027) Target Maximum Dose                 DS: '5.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '3'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '5'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.2862854571.1112605421.697558423.1274594804
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE_SURFACE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '20.00'
   (300a, 002b) Organ at Risk Limit Dose            DS: '4.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '3'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '6'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.1031190951.1317024135.949992115.4036716483
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '0.00'
   (300a, 002b) Organ at Risk Limit Dose            DS: '4.75'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '2'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '7'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.383726614.1149479142.1399883159.3199333798
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MIN_DOSE_SURFACE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '80.00'
   (300a, 002a) Organ at Risk Full-volume Dose      DS: '3.00'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '2'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '8'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.1574414564.1320949972.1539700137.2947051734
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE_SURFACE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '70.00'
   (300a, 002b) Organ at Risk Limit Dose            DS: '3.50'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '2'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '9'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.3731045401.1312431367.1510979466.1009435449
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MIN_DOSE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '0.00'
   (300a, 002a) Organ at Risk Full-volume Dose      DS: '9.50'
   ---------
   (3006, 0084) Referenced ROI Number               IS: '2'
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1027) Private tag data                    DS: '0.00000000000000'
   (3007, 1028) Private tag data                    DS: '0.00000000000000'
   (300a, 0012) Dose Reference Number               IS: '10'
   (300a, 0013) Dose Reference UID                  UI: 1.3.6.1.4.1.2452.6.2434822528.1087216941.3180865705.28397905
   (300a, 0014) Dose Reference Structure Type       CS: 'VOLUME'
   (300a, 0016) Dose Reference Description          LO: 'MAX_DOSE'
   (300a, 0020) Dose Reference Type                 CS: 'ORGAN_AT_RISK'
   (300a, 0021) Constraint Weight                   DS: '0.00'
   (300a, 002b) Organ at Risk Limit Dose            DS: '11.40'
   ---------
   (300a, 0012) Dose Reference Number               IS: '11'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'IPSA'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['48.936588', '11.474540', '65.256195']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '14.260923'
   ---------
   (300a, 0012) Dose Reference Number               IS: '12'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P1'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['35.219551', '-21.508972', '92.061974']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '9.472892'
   ---------
   (300a, 0012) Dose Reference Number               IS: '13'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P2'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['-21.811352', '-0.569725', '70.848289']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '8.382400'
   ---------
   (300a, 0012) Dose Reference Number               IS: '14'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P3'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['9.065694', '9.623737', '51.637184']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '10.925210'
   ---------
   (300a, 0012) Dose Reference Number               IS: '15'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P4'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['-105.261330', '51.147156', '-157.250000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.002600'
   ---------
   (300a, 0012) Dose Reference Number               IS: '16'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P5'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['94.494652', '51.370598', '-157.250000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.005642'
   ---------
   (300a, 0012) Dose Reference Number               IS: '17'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P6'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['-108.836388', '50.923717', '-29.750000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.162543'
   ---------
   (300a, 0012) Dose Reference Number               IS: '18'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P7'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['104.102600', '50.700275', '-29.750000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.226926'
   ---------
   (300a, 0012) Dose Reference Number               IS: '19'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P8'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['-103.697250', '51.147156', '147.750000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.174353'
   ---------
   (300a, 0012) Dose Reference Number               IS: '20'
   (300a, 0014) Dose Reference Structure Type       CS: 'COORDINATES'
   (300a, 0016) Dose Reference Description          LO: 'P9'
   (300a, 0018) Dose Reference Point Coordinates    DS: ['94.494652', '51.147156', '147.750000']
   (300a, 0020) Dose Reference Type                 CS: 'UNSPECIFIED'
   (300a, 0026) Target Prescription Dose            DS: '0.237436'
   ---------
(300a, 0070)  Fraction Group Sequence   1 item(s) ---- 
   (300a, 0071) Fraction Group Number               IS: '1'
   (300a, 0078) Number of Fractions Planned         IS: '20'
   (300a, 0080) Number of Beams                     IS: '0'
   (300a, 00a0) Number of Brachy Application Setups IS: '1'
   (300c, 000a)  Referenced Brachy Application Setup Sequence   1 item(s) ---- 
      (300a, 00a4) Brachy Application Setup Dose       DS: '4.00000000000000'
      (300c, 000c) Referenced Brachy Application Setup IS: '0'
      ---------
   ---------
(300a, 0200) Brachy Treatment Technique          CS: 'INTERSTITIAL'
(300a, 0202) Brachy Treatment Type               CS: 'HDR'
(300a, 0206)  Treatment Machine Sequence   1 item(s) ---- 
   (0008, 1090) Manufacturer's Model Name           LO: 'microSelectron v3'
   (300a, 00b2) Treatment Machine Name              SH: 'mSel v3 WBRC'
   (300b, 0010) Private Creator                     LO: 'NUCLETRON'
   (300b, 1005) Private tag data                    DS: '-100556'
   ---------
(300a, 0210)  Source Sequence   1 item(s) ---- 
   (300a, 0212) Source Number                       IS: '0'
   (300a, 0214) Source Type                         CS: 'LINE'
   (300a, 0226) Source Isotope Name                 LO: 'Ir-192'
   (300a, 0228) Source Isotope Half Life            DS: '73.8300000000000'
   (300a, 0229) Source Strength Units               CS: 'AIR_KERMA_RATE'
   (300a, 022a) Reference Air Kerma Rate            DS: '43939.3000000000'
   (300a, 022c) Source Strength Reference Date      DA: '20151201'
   (300a, 022e) Source Strength Reference Time      TM: '000000'
   (300b, 0010) Private Creator                     LO: 'NUCLETRON'
   (300b, 1006) Private tag data                    DS: '-100557'
   (300b, 1007) Private tag data                    DS: '-100631'
   (300b, 1008) Private tag data                    DT: '20151130140000'
   (300b, 100c) Private tag data                    DS: ''
   ---------
(300a, 0230)  Application Setup Sequence   1 item(s) ---- 
   (300a, 0232) Application Setup Type              CS: 'MULTI_CATHETER'
   (300a, 0234) Application Setup Number            IS: '0'
   (300a, 0250) Total Reference Air Kerma           DS: '5530.99669999999'
   (300a, 0280)  Channel Sequence   18 item(s) ---- 
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '10'
      (300a, 0282) Channel Number                      IS: '1'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '90.6322500358449'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '1'
      (300a, 0291) Source Applicator ID                SH: '1'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.459180087188'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '1'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '5.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   10 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.132858', '11.474540', '75.310880']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.132858', '11.474540', '75.310880']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.132858', '11.474540', '65.315258']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.132858', '11.474540', '65.315258']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.237490', '11.474540', '55.317446']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.237490', '11.474540', '55.317446']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '6'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.237490', '11.474540', '45.321398']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '7'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.237490', '11.474540', '45.321398']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '8'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.215044', '11.265048', '35.336656']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '9'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-36.215044', '11.265048', '35.336656']
         (300a, 02d6) Cumulative Time Weight              DS: '5.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '0'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '2'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '2'
      (300a, 0291) Source Applicator ID                SH: '2'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.812356478146'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '2'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '1'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '8'
      (300a, 0282) Channel Number                      IS: '3'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '72.5058000286759'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '3'
      (300a, 0291) Source Applicator ID                SH: '3'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.806044838639'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '3'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '4.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   8 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.758867', '11.228837', '75.297996']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.758867', '11.228837', '75.297996']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.759700', '11.230399', '65.298029']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.759700', '11.230399', '65.298029']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.717219', '11.310051', '55.303095']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.717219', '11.310051', '55.303095']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '6'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.716297', '11.311779', '35.303131']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '7'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['3.716297', '11.311779', '35.303131']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '2'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '4'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '4'
      (300a, 0291) Source Applicator ID                SH: '4'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.694329030374'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '4'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '3'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '8'
      (300a, 0282) Channel Number                      IS: '5'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '72.5058000286759'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '5'
      (300a, 0291) Source Applicator ID                SH: '5'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.736459643870'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '5'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '4.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   8 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['43.944967', '11.474540', '65.256192']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['43.944967', '11.474540', '65.256192']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['43.945226', '11.474540', '55.260574']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['43.945226', '11.474540', '55.260574']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['44.049858', '11.474540', '45.262763']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['44.049858', '11.474540', '45.262763']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '6'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['44.189367', '11.474540', '35.266653']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '7'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['44.189367', '11.474540', '35.266653']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '4'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '6'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '6'
      (300a, 0291) Source Applicator ID                SH: '6'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '245.263194318139'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '6'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '5'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '7'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '7'
      (300a, 0291) Source Applicator ID                SH: '7'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '245.265006736921'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '7'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '6'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '8'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '8'
      (300a, 0291) Source Applicator ID                SH: '8'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '245.381927190836'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '8'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '7'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '9'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '9'
      (300a, 0291) Source Applicator ID                SH: '9'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '245.233805757551'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '9'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '8'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '10'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '10'
      (300a, 0291) Source Applicator ID                SH: '10'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.758156092477'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '10'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '9'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '8'
      (300a, 0282) Channel Number                      IS: '11'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '72.5058000286759'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '11'
      (300a, 0291) Source Applicator ID                SH: '11'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.252307351792'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '11'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '4.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   8 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '20.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '87.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '20.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '87.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '77.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '77.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '67.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.423887', '67.754693']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '6'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.521285', '47.756594']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '7'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['-16.357477', '-9.521285', '47.756594']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '10'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '12'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '12'
      (300a, 0291) Source Applicator ID                SH: '12'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.305828708794'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '12'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '11'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '6'
      (300a, 0282) Channel Number                      IS: '13'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '54.3793500215069'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '13'
      (300a, 0291) Source Applicator ID                SH: '13'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.220801061126'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '13'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '3.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   6 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.072189', '-9.277403', '77.770644']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.072189', '-9.277403', '77.770644']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.072189', '-9.277403', '57.770644']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.072189', '-9.277403', '57.770644']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.071354', '-9.277635', '37.776129']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['24.071354', '-9.277635', '37.776129']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '12'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '14'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '14'
      (300a, 0291) Source Applicator ID                SH: '14'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.305349779854'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '14'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '13'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '15'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '15'
      (300a, 0291) Source Applicator ID                SH: '15'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '240.290900398218'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '15'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '14'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '16'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '16'
      (300a, 0291) Source Applicator ID                SH: '16'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.722739324492'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '16'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '15'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '2'
      (300a, 0282) Channel Number                      IS: '17'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '0.00000000000000'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '17'
      (300a, 0291) Source Applicator ID                SH: '17'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '237.768945095248'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '17'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02d0)  Brachy Control Point Sequence   2 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '0.0'
         (300a, 02d6) Cumulative Time Weight              DS: ''
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '16'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
      (3006, 0084) Referenced ROI Number               IS: ''
      (300a, 0110) Number of Control Points            IS: '10'
      (300a, 0282) Channel Number                      IS: '18'
      (300a, 0284) Channel Length                      DS: '1239.00000000000'
      (300a, 0286) Channel Total Time                  DS: '90.6322500358449'
      (300a, 0288) Source Movement Type                CS: 'STEPWISE'
      (300a, 0290) Source Applicator Number            IS: '18'
      (300a, 0291) Source Applicator ID                SH: '18'
      (300a, 0292) Source Applicator Type              CS: 'FLEXIBLE'
      (300a, 0294) Source Applicator Name              LO: ''
      (300a, 0296) Source Applicator Length            DS: '245.332419467515'
      (300a, 02a0) Source Applicator Step Size         DS: '2.50000000000000'
      (300a, 02a2) Transfer Tube Number                IS: '18'
      (300a, 02a4) Transfer Tube Length                DS: ''
      (300a, 02c8) Final Cumulative Time Weight        DS: '5.00000000000000'
      (300a, 02d0)  Brachy Control Point Sequence   10 item(s) ---- 
         (300a, 0112) Control Point Index                 IS: '0'
         (300a, 02d2) Control Point Relative Position     DS: '20.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['38.818276', '-19.775444', '87.761693']
         (300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '1'
         (300a, 02d2) Control Point Relative Position     DS: '20.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['38.818276', '-19.775444', '87.761693']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '2'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.143063', '-19.721680', '67.772517']
         (300a, 02d6) Cumulative Time Weight              DS: '1.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '3'
         (300a, 02d2) Control Point Relative Position     DS: '40.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.143063', '-19.721680', '67.772517']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '4'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.252303', '-19.612684', '57.783277']
         (300a, 02d6) Cumulative Time Weight              DS: '2.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '5'
         (300a, 02d2) Control Point Relative Position     DS: '50.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.252303', '-19.612684', '57.783277']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '6'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.305804', '-19.676885', '47.784693']
         (300a, 02d6) Cumulative Time Weight              DS: '3.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '7'
         (300a, 02d2) Control Point Relative Position     DS: '60.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.305804', '-19.676885', '47.784693']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '8'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.359840', '-19.613848', '37.794699']
         (300a, 02d6) Cumulative Time Weight              DS: '4.00000000000000'
         ---------
         (300a, 0112) Control Point Index                 IS: '9'
         (300a, 02d2) Control Point Relative Position     DS: '70.0000000000000'
         (300a, 02d4) Control Point 3D Position           DS: ['39.359840', '-19.613848', '37.794699']
         (300a, 02d6) Cumulative Time Weight              DS: '5.00000000000000'
         ---------
      (300b, 0010) Private Creator                     LO: 'NUCLETRON'
      (300b, 1000) Private tag data                    IS: '17'
      (300b, 100e) Private tag data                    DS: '1'
      (300b, 1013) Private tag data                    LO: 'NO_MODEL_ID'
      (300b, 1027) Private tag data                    DS: '6.00000000000000'
      (300b, 1032) Private tag data                    DS: '0.00000000000000'
      (300c, 000e) Referenced Source Number            IS: '0'
      ---------
   (300b, 0010) Private Creator                     LO: 'NUCLETRON'
   (300b, 1009) Private tag data                    DS: '4'
   (300b, 1030) Private tag data                    DS: '0.00000000000000'
   ---------
(300c, 0060)  Referenced Structure Set Sequence   1 item(s) ---- 
   (0008, 1150) Referenced SOP Class UID            UI: RT Structure Set Storage
   (0008, 1155) Referenced SOP Instance UID         UI: 1.3.6.1.4.1.2452.6.209502505.1199599685.3559183269.2231927106
   ---------
(300e, 0002) Approval Status                     CS: 'REJECTED'
(300e, 0004) Review Date                         DA: '20140708'
(300e, 0005) Review Time                         TM: '131329'
(300e, 0008) Reviewer Name                       PN: 'ryans'
(300f, 0010) Private Creator                     LO: 'NUCLETRON'
(300f, 1000)  Private tag data   1 item(s) ---- 
   (3006, 0002) Structure Set Label                 SH: 'Phantom Plan'
   (3006, 0004) Structure Set Name                  LO: ''
   (3006, 0008) Structure Set Date                  DA: '20160217'
   (3006, 0009) Structure Set Time                  TM: '154352'
   (3006, 0010)  Referenced Frame of Reference Sequence   2 item(s) ---- 
      (0020, 0052) Frame of Reference UID              UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0012)  RT Referenced Study Sequence   1 item(s) ---- 
         (0008, 1150) Referenced SOP Class UID            UI: Study Component Management SOP Class
         (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.984
         (3006, 0014)  RT Referenced Series Sequence   1 item(s) ---- 
            (0020, 000e) Series Instance UID                 UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
            (3006, 0016)  Contour Image Sequence   128 item(s) ---- 
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.1
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.2
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.3
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.4
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.5
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.6
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.7
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.8
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.9
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.10
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.11
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.12
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.13
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.14
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.15
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.16
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.17
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.18
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.19
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.20
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.21
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.22
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.23
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.24
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.25
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.26
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.27
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.28
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.29
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.30
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.31
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.32
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.33
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.34
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.35
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.36
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.37
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.38
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.39
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.40
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.41
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.42
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.43
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.44
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.45
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.46
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.47
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.48
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.49
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.50
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.51
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.52
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.53
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.54
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.55
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.56
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.57
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.58
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.59
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.60
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.61
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.62
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.63
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.64
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.65
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.66
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.67
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.68
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.69
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.70
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.71
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.72
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.73
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.74
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.75
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.76
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.77
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.78
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.79
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.80
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.81
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.82
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.83
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.84
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.85
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.86
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.87
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.88
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.89
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.90
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.91
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.92
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.93
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.94
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.95
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.96
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.97
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.98
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.99
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.100
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.101
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.102
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.103
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.104
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.105
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.106
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.107
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.108
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.109
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.110
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.111
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.112
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.113
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.114
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.115
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.116
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.117
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.118
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.119
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.120
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.121
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.122
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.123
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.124
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.125
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.126
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.127
               ---------
               (0008, 1150) Referenced SOP Class UID            UI: CT Image Storage
               (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.991.128
               ---------
            ---------
         ---------
      (3006, 00c0)  Frame of Reference Relationship Sequence   1 item(s) ---- 
         (3006, 00c2) Related Frame of Reference UID      UI: 1.3.6.1.4.1.2452.6.2465346463.1168251000.4134858630.3827198975
         (3006, 00c4) Frame of Reference Transformation T CS: 'HOMOGENEOUS'
         (3006, 00c6) Frame of Reference Transformation M DS: ['0.998119', '-0.061308', '0.000000', '14.879076', '0.061308', '0.998119', '0.000000', '11.142689', '0.000000', '0.000000', '1.000000', '-56.000000', '0.000000', '0.000000', '0.000000', '1.000000']
         (3006, 00c8) Frame of Reference Transformation C LO: 'Applicator'
         ---------
      ---------
      (0020, 0052) Frame of Reference UID              UI: 1.3.6.1.4.1.2452.6.2465346463.1168251000.4134858630.3827198975
      (3006, 00c0)  Frame of Reference Relationship Sequence   1 item(s) ---- 
         (3006, 00c2) Related Frame of Reference UID      UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
         (3006, 00c4) Frame of Reference Transformation T CS: 'HOMOGENEOUS'
         (3006, 00c6) Frame of Reference Transformation M DS: ['0.998119', '0.061308', '-0.000000', '-15.534225', '-0.061308', '0.998119', '-0.000000', '-10.209520', '0.000000', '0.000000', '1.000000', '56.000000', '0.000000', '0.000000', '0.000000', '1.000000']
         (3006, 00c8) Frame of Reference Transformation C LO: 'Applicator'
         ---------
      ---------
   (3006, 0020)  Structure Set ROI Sequence   21 item(s) ---- 
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '0'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '1'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '2'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '3'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '4'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '5'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '6'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '7'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '8'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '9'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '10'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '11'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '12'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '13'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '14'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '15'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '16'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '17'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: ''
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '18'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: 'IPSA'
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      (3006, 0038) ROI Generation Description          LO: 'POINT_SET_Patient'
      (3007, 0010) Private Creator                     LO: 'NUCLETRON'
      (3007, 1035)  Private tag data   1 item(s) ---- 
         (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1030) Private tag data                    IS: '-1'
         (3007, 1032) Private tag data                    DS: '0.00000000000000'
         (3007, 1034) Private tag data                    DS: ['0.000000', '0.000000', '0.000000']
         (3007, 1036) Private tag data                    LO: 'POINT_SET_Patient'
         (3007, 1037) Private tag data                    LO: 'IPSA'
         (3007, 1038) Private tag data                    IS: '1'
         (3007, 1039) Private tag data                    IS: '0'
         (3007, 1042) Private tag data                    CS: 'TRUE'
         ---------
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '19'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: 'Fiducials'
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      (3006, 0038) ROI Generation Description          LO: 'POINT_SET_Patient'
      (3007, 0010) Private Creator                     LO: 'NUCLETRON'
      (3007, 1035)  Private tag data   1 item(s) ---- 
         (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1030) Private tag data                    IS: '-1'
         (3007, 1032) Private tag data                    DS: '0.00000000000000'
         (3007, 1034) Private tag data                    DS: ['0.000000', '0.000000', '0.000000']
         (3007, 1036) Private tag data                    LO: 'POINT_SET_Patient'
         (3007, 1037) Private tag data                    LO: 'Rule 1'
         (3007, 1038) Private tag data                    IS: '1'
         (3007, 1039) Private tag data                    IS: '0'
         (3007, 1042) Private tag data                    CS: 'TRUE'
         ---------
      ---------
      (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
      (3005, 1000)  Private tag data   1 item(s) ---- 
         (3005, 0010) Private Creator                     LO: 'MDS NORDION OTP ANATOMY MODELLING'
         (3005, 1002) [Unknown]                           CS: 'FALSE'
         (3005, 1004) [Unknown]                           DS: '1'
         (3005, 1006) [Unknown]                           DS: '128'
         (3005, 1008) [Unknown]                           DS: '0'
         (3005, 100a) [Unknown]                           CS: 'FALSE'
         (3005, 100c) [Unknown]                           CS: 'FALSE'
         (3005, 100e) [Unknown]                           CS: 'TRUE'
         (3005, 1012) [Unknown]                           DS: '0'
         (3005, 1013) Private tag data                    DS: '2'
         (3005, 1015) Private tag data                    CS: 'TRUE'
         ---------
      (3006, 0022) ROI Number                          IS: '20'
      (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
      (3006, 0026) ROI Name                            LO: 'Couch'
      (3006, 0036) ROI Generation Algorithm            CS: 'MANUAL'
      (3006, 0038) ROI Generation Description          LO: 'POINT_SET_Patient'
      (3007, 0010) Private Creator                     LO: 'NUCLETRON'
      (3007, 1035)  Private tag data   1 item(s) ---- 
         (3006, 0024) Referenced Frame of Reference UID   UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.986.11125.1
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1030) Private tag data                    IS: '-1'
         (3007, 1032) Private tag data                    DS: '0.00000000000000'
         (3007, 1034) Private tag data                    DS: ['0.000000', '0.000000', '0.000000']
         (3007, 1036) Private tag data                    LO: 'POINT_SET_Patient'
         (3007, 1037) Private tag data                    LO: 'Rule 1'
         (3007, 1038) Private tag data                    IS: '1'
         (3007, 1039) Private tag data                    IS: '0'
         (3007, 1042) Private tag data                    CS: 'TRUE'
         ---------
      ---------
   (3006, 0039)  ROI Contour Sequence   21 item(s) ---- 
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '93'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-33.540318', '14.369348', '-134.750000', '-33.837937', '13.915945', '-132.250000', '-34.040225', '13.671804', '-129.750000', '-34.113150', '13.649609', '-127.250000', '-34.261114', '13.481917', '-124.750000', '-34.423874', '13.427664', '-122.250000', '-34.423874', '13.427664', '-119.750000', '-34.645820', '13.250107', '-117.250000', '-34.814499', '13.183523', '-114.750000', '-34.857902', '13.102143', '-112.250000', '-34.966409', '13.102143', '-109.750000', '-35.156296', '13.037039', '-107.250000', '-35.237676', '12.993636', '-104.750000', '-35.346183', '12.613862', '-102.250000', '-35.400436', '12.451102', '-99.750000', '-35.461472', '12.023856', '-97.250000', '-35.644577', '11.718680', '-94.750000', '-35.725957', '11.420286', '-92.250000', '-35.834464', '11.311779', '-89.750000', '-35.888718', '11.474540', '-87.250000', '-35.834464', '11.637300', '-84.750000', '-35.888717', '11.718680', '-82.250000', '-35.888718', '11.962821', '-79.750000', '-35.888717', '12.060477', '-77.250000', '-35.888718', '11.962821', '-74.750000', '-35.986374', '11.718680', '-72.250000', '-35.949753', '11.535575', '-69.750000', '-36.028226', '11.474540', '-67.250000', '-35.949753', '11.413504', '-64.750000', '-35.942971', '11.311779', '-62.250000', '-35.942971', '11.149019', '-59.750000', '-35.949753', '11.047294', '-57.250000', '-35.949753', '11.047294', '-54.750000', '-36.028226', '10.986259', '-52.250000', '-36.028226', '10.986259', '-49.750000', '-36.028226', '10.986259', '-47.250000', '-36.028226', '10.986259', '-44.750000', '-36.028226', '10.986259', '-42.250000', '-36.028226', '10.986259', '-39.750000', '-36.028226', '10.986259', '-37.250000', '-36.028226', '10.986259', '-34.750000', '-36.028226', '10.986259', '-32.250000', '-36.028226', '10.986259', '-29.750000', '-36.028226', '10.986259', '-27.250000', '-36.028226', '10.986259', '-24.750000', '-36.028226', '10.986259', '-22.250000', '-36.028226', '10.986259', '-19.750000', '-36.028226', '10.986259', '-17.250000', '-36.028226', '10.986259', '-14.750000', '-36.028226', '10.986259', '-12.250000', '-36.028226', '10.986259', '-9.750000', '-36.028226', '10.986259', '-7.250000', '-36.028226', '10.986259', '-4.750000', '-36.028226', '10.986259', '-2.250000', '-36.028226', '10.986259', '0.250000', '-36.028226', '10.986259', '2.750000', '-36.028226', '10.986259', '5.250000', '-36.028226', '10.986259', '7.750000', '-36.028226', '10.986259', '10.250000', '-36.028226', '10.986259', '12.750000', '-36.132858', '11.230399', '15.250000', '-35.986374', '11.230399', '17.750000', '-35.986374', '11.230399', '20.250000', '-36.279342', '11.230399', '22.750000', '-36.132858', '11.279227', '25.250000', '-36.132858', '11.230399', '27.750000', '-36.132858', '11.230399', '30.250000', '-36.322745', '11.311779', '32.750000', '-36.214238', '11.257526', '35.250000', '-36.237490', '11.474540', '37.750000', '-36.254928', '11.352469', '40.250000', '-36.237490', '11.474540', '42.750000', '-36.237490', '11.474540', '45.250000', '-36.237490', '11.474540', '47.750000', '-36.315963', '11.413504', '50.250000', '-36.237490', '11.474540', '52.750000', '-36.237490', '11.474540', '55.250000', '-36.237490', '11.474540', '57.750000', '-36.237490', '11.474540', '60.250000', '-36.237490', '11.474540', '62.750000', '-36.132858', '11.474540', '65.250000', '-36.132858', '11.474540', '67.750000', '-36.237490', '11.474540', '70.250000', '-36.132858', '11.474540', '72.750000', '-36.132858', '11.474540', '75.250000', '-36.132858', '11.474540', '77.750000', '-36.132858', '11.474540', '80.250000', '-36.028226', '11.474540', '82.750000', '-36.028226', '11.474540', '85.250000', '-36.028226', '11.474540', '87.750000', '-36.028226', '11.474540', '90.250000', '-36.028226', '11.474540', '92.750000', '-36.689603', '10.458016', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '0'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-13.753312', '11.840750', '-132.250000', '-13.840952', '11.775020', '-129.750000', '-13.916072', '11.962821', '-127.250000', '-13.977108', '11.901785', '-124.750000', '-14.160213', '11.865164', '-122.250000', '-14.350100', '11.800060', '-119.750000', '-14.350100', '11.800060', '-117.250000', '-14.350100', '11.800060', '-114.750000', '-14.404353', '11.718680', '-112.250000', '-14.458607', '11.800060', '-109.750000', '-14.458607', '11.800060', '-107.250000', '-14.458607', '11.800060', '-104.750000', '-14.794978', '11.718680', '-102.250000', '-14.946888', '11.637300', '-99.750000', '-15.380916', '11.474540', '-97.250000', '-15.625056', '11.474540', '-94.750000', '-15.869196', '11.474540', '-92.250000', '-16.217969', '11.474540', '-89.750000', '-15.869196', '11.474540', '-87.250000', '-15.869196', '11.474540', '-84.750000', '-15.729688', '11.474540', '-82.250000', '-15.558472', '11.696485', '-79.750000', '-15.478572', '11.718680', '-77.250000', '-15.478572', '11.718680', '-74.750000', '-15.814943', '11.637300', '-72.250000', '-15.869196', '11.474540', '-69.750000', '-16.113337', '11.474540', '-67.250000', '-16.357477', '11.474540', '-64.750000', '-16.357477', '11.474540', '-62.250000', '-16.357477', '11.474540', '-59.750000', '-16.357477', '11.474540', '-57.250000', '-16.357477', '11.474540', '-54.750000', '-16.357477', '11.474540', '-52.250000', '-16.357477', '11.474540', '-49.750000', '-16.357477', '11.474540', '-47.250000', '-16.357477', '11.474540', '-44.750000', '-16.418513', '11.535575', '-42.250000', '-16.418513', '11.535575', '-39.750000', '-16.357477', '11.474540', '-37.250000', '-16.357477', '11.474540', '-34.750000', '-16.418513', '11.535575', '-32.250000', '-16.418513', '11.535575', '-29.750000', '-16.357477', '11.474540', '-27.250000', '-16.357477', '11.474540', '-24.750000', '-16.418513', '11.535575', '-22.250000', '-16.357477', '11.474540', '-19.750000', '-16.357477', '11.474540', '-17.250000', '-16.418513', '11.535575', '-14.750000', '-16.418513', '11.535575', '-12.250000', '-16.357477', '11.474540', '-9.750000', '-16.357477', '11.474540', '-7.250000', '-16.418513', '11.535575', '-4.750000', '-16.418513', '11.535575', '-2.250000', '-16.357477', '11.474540', '0.250000', '-16.357477', '11.474540', '2.750000', '-16.418513', '11.535575', '5.250000', '-16.411731', '11.637300', '7.750000', '-16.357477', '11.474540', '10.250000', '-16.411731', '11.637300', '12.750000', '-16.411731', '11.637300', '15.250000', '-16.357477', '11.572196', '17.750000', '-16.357477', '11.572196', '20.250000', '-16.411731', '11.637300', '22.750000', '-16.411731', '11.637300', '25.250000', '-16.357477', '11.718680', '27.750000', '-16.411731', '11.637300', '30.250000', '-16.411731', '11.637300', '32.750000', '-16.357477', '11.718680', '35.250000', '-16.357477', '11.718680', '37.750000', '-16.357477', '11.718680', '40.250000', '-16.357477', '11.718680', '42.750000', '-16.357477', '11.718680', '45.250000', '-16.357477', '11.718680', '47.750000', '-16.357477', '11.718680', '50.250000', '-16.357477', '11.718680', '52.750000', '-16.303224', '11.800060', '55.250000', '-16.303224', '11.800060', '57.750000', '-16.303224', '11.800060', '60.250000', '-16.303224', '11.800060', '62.750000', '-16.303224', '11.800060', '65.250000', '-16.303224', '11.800060', '67.750000', '-16.303224', '11.800060', '70.250000', '-16.303224', '11.800060', '72.750000', '-16.303224', '11.800060', '75.250000', '-16.303224', '11.800060', '77.750000', '-16.296442', '11.901785', '80.250000', '-16.296442', '11.901785', '82.750000', '-16.296442', '11.901785', '85.250000', '-16.357477', '11.962821', '87.750000', '-16.357477', '11.962821', '90.250000', '-16.296442', '11.901785', '92.750000', '-16.586784', '11.325763', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '1'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['6.103448', '11.865164', '-132.250000', '5.998817', '11.718680', '-129.750000', '5.956964', '11.621024', '-127.250000', '5.777928', '11.528793', '-124.750000', '5.676203', '11.535575', '-122.250000', '5.615167', '11.474540', '-119.750000', '5.615167', '11.474540', '-117.250000', '5.615167', '11.474540', '-114.750000', '5.615167', '11.474540', '-112.250000', '5.615167', '11.474540', '-109.750000', '5.615167', '11.474540', '-107.250000', '5.452407', '11.420286', '-104.750000', '5.126886', '11.474540', '-102.250000', '4.882746', '11.230399', '-99.750000', '4.638605', '11.230399', '-97.250000', '4.204578', '11.149019', '-94.750000', '3.906184', '10.986259', '-92.250000', '3.723079', '11.047294', '-89.750000', '4.010816', '10.986259', '-87.250000', '4.150324', '10.986259', '-84.750000', '4.211360', '11.047294', '-82.250000', '4.289833', '10.986259', '-79.750000', '4.577570', '11.047294', '-77.250000', '4.577570', '11.047294', '-74.750000', '4.211360', '11.047294', '-72.250000', '4.089289', '11.047294', '-69.750000', '3.906184', '10.986259', '-67.250000', '3.801552', '10.986259', '-64.750000', '3.662044', '10.986259', '-62.250000', '3.662044', '10.986259', '-59.750000', '3.662044', '10.986259', '-57.250000', '3.662044', '10.986259', '-54.750000', '3.601008', '11.047294', '-52.250000', '3.601008', '11.047294', '-49.750000', '3.601008', '11.047294', '-47.250000', '3.601008', '11.047294', '-44.750000', '3.522535', '10.986259', '-42.250000', '3.601008', '11.047294', '-39.750000', '3.601008', '11.047294', '-37.250000', '3.601008', '11.047294', '-34.750000', '3.601008', '11.047294', '-32.250000', '3.601008', '11.047294', '-29.750000', '3.601008', '11.047294', '-27.250000', '3.601008', '11.047294', '-24.750000', '3.601008', '11.047294', '-22.250000', '3.601008', '11.047294', '-19.750000', '3.601008', '11.047294', '-17.250000', '3.607790', '11.149019', '-14.750000', '3.662043', '11.230399', '-12.250000', '3.662043', '11.230399', '-9.750000', '3.662043', '11.230399', '-7.250000', '3.662043', '11.230399', '-4.750000', '3.662043', '11.230399', '-2.250000', '3.662043', '11.230399', '0.250000', '3.662043', '11.230399', '2.750000', '3.662043', '11.230399', '5.250000', '3.662043', '11.230399', '7.750000', '3.662043', '11.230399', '10.250000', '3.662043', '11.230399', '12.750000', '3.662043', '11.230399', '15.250000', '3.662043', '11.230399', '17.750000', '3.662043', '11.230399', '20.250000', '3.662043', '11.230399', '22.750000', '3.716297', '11.311779', '25.250000', '3.716297', '11.311779', '27.750000', '3.716297', '11.311779', '30.250000', '3.662043', '11.230399', '32.750000', '3.716297', '11.311779', '35.250000', '3.716297', '11.311779', '37.750000', '3.716297', '11.311779', '40.250000', '3.716297', '11.311779', '42.750000', '3.716297', '11.311779', '45.250000', '3.716297', '11.311779', '47.750000', '3.716297', '11.311779', '50.250000', '3.716297', '11.311779', '52.750000', '3.716297', '11.311779', '55.250000', '3.759700', '11.230399', '57.750000', '3.716297', '11.311779', '60.250000', '3.759700', '11.230399', '62.750000', '3.759700', '11.230399', '65.250000', '3.759700', '11.230399', '67.750000', '3.759700', '11.230399', '70.250000', '3.759700', '11.230399', '72.750000', '3.759700', '11.230399', '75.250000', '3.716297', '11.149019', '77.750000', '3.716297', '11.149019', '80.250000', '3.716297', '11.149019', '82.750000', '3.723079', '11.047294', '85.250000', '3.801552', '10.986259', '87.750000', '3.716297', '11.149019', '90.250000', '3.906184', '10.986259', '92.750000', '3.226786', '11.325763', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '2'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['23.437424', '12.695242', '-132.250000', '23.482635', '12.577693', '-129.750000', '23.535080', '12.597586', '-127.250000', '23.620529', '12.512137', '-124.750000', '23.681564', '12.451102', '-122.250000', '23.681564', '12.451102', '-119.750000', '23.681564', '12.451102', '-117.250000', '23.681564', '12.451102', '-114.750000', '23.681564', '12.451102', '-112.250000', '23.681564', '12.451102', '-109.750000', '23.681564', '12.451102', '-107.250000', '23.681564', '12.451102', '-104.750000', '23.735818', '12.288341', '-102.250000', '23.742600', '12.023856', '-99.750000', '23.925705', '11.865164', '-97.250000', '24.007085', '11.528793', '-94.750000', '24.169845', '11.230399', '-92.250000', '24.169845', '10.986259', '-89.750000', '24.169845', '11.230399', '-87.250000', '24.169845', '11.474540', '-84.750000', '24.115592', '11.637300', '-82.250000', '24.072189', '11.718680', '-79.750000', '23.992289', '11.740875', '-77.250000', '24.072189', '11.718680', '-74.750000', '24.115592', '11.637300', '-72.250000', '24.169845', '11.474540', '-69.750000', '24.169845', '11.474540', '-67.250000', '24.224099', '11.311779', '-64.750000', '24.224099', '11.149019', '-62.250000', '24.230881', '11.047294', '-59.750000', '24.230881', '11.047294', '-57.250000', '24.230881', '11.047294', '-54.750000', '24.230881', '11.047294', '-52.250000', '24.230881', '11.047294', '-49.750000', '24.309354', '10.986259', '-47.250000', '24.309354', '10.986259', '-44.750000', '24.230881', '11.047294', '-42.250000', '24.230881', '11.047294', '-39.750000', '24.309354', '10.986259', '-37.250000', '24.309354', '10.986259', '-34.750000', '24.230881', '11.047294', '-32.250000', '24.230881', '11.047294', '-29.750000', '24.230881', '11.047294', '-27.250000', '24.230881', '11.047294', '-24.750000', '24.230881', '11.047294', '-22.250000', '24.230881', '11.047294', '-19.750000', '24.230881', '11.047294', '-17.250000', '24.224099', '11.149019', '-14.750000', '24.224099', '11.149019', '-12.250000', '24.224099', '11.149019', '-9.750000', '24.224099', '11.149019', '-7.250000', '24.169845', '11.230399', '-4.750000', '24.169845', '11.230399', '-2.250000', '24.169845', '11.230399', '0.250000', '24.169845', '11.230399', '2.750000', '24.224099', '11.311779', '5.250000', '24.224099', '11.311779', '7.750000', '24.224099', '11.311779', '10.250000', '24.224099', '11.311779', '12.750000', '24.224099', '11.311779', '15.250000', '24.169845', '11.376883', '17.750000', '24.224099', '11.311779', '20.250000', '24.169845', '11.376883', '22.750000', '24.169845', '11.474540', '25.250000', '24.169845', '11.474540', '27.750000', '24.169845', '11.376883', '30.250000', '24.169845', '11.474540', '32.750000', '24.169845', '11.474540', '35.250000', '24.108810', '11.413504', '37.750000', '24.108810', '11.413504', '40.250000', '24.108810', '11.413504', '42.750000', '24.108810', '11.413504', '45.250000', '24.108810', '11.413504', '47.750000', '24.108810', '11.413504', '50.250000', '24.030337', '11.474540', '52.750000', '24.030337', '11.474540', '55.250000', '24.030337', '11.474540', '57.750000', '24.030337', '11.474540', '60.250000', '23.925705', '11.474540', '62.750000', '23.925705', '11.474540', '65.250000', '23.925705', '11.474540', '67.750000', '23.821073', '11.474540', '70.250000', '23.821073', '11.474540', '72.750000', '23.821073', '11.474540', '75.250000', '23.821073', '11.474540', '77.750000', '23.742600', '11.535575', '80.250000', '23.742600', '11.535575', '82.750000', '23.681564', '11.474540', '85.250000', '23.681564', '11.474540', '87.750000', '23.681564', '11.474540', '90.250000', '23.681564', '11.474540', '92.750000', '23.329605', '11.615012', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '3'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['43.789864', '9.610194', '-132.250000', '43.858033', '9.678363', '-129.750000', '43.701086', '9.765556', '-127.250000', '43.755339', '9.846936', '-124.750000', '43.701086', '10.009697', '-122.250000', '43.701086', '10.009697', '-119.750000', '43.701086', '10.009697', '-117.250000', '43.701086', '10.009697', '-114.750000', '43.701086', '10.009697', '-112.250000', '43.701086', '10.009697', '-109.750000', '43.701086', '10.009697', '-107.250000', '43.701086', '10.009697', '-104.750000', '43.701086', '10.253837', '-102.250000', '43.701086', '10.497978', '-99.750000', '44.042882', '10.644462', '-97.250000', '44.189367', '10.986259', '-94.750000', '44.366923', '11.208204', '-92.250000', '44.616612', '11.413504', '-89.750000', '44.243620', '11.311779', '-87.250000', '44.243620', '11.149019', '-84.750000', '44.189367', '10.986259', '-82.250000', '44.049858', '10.986259', '-79.750000', '43.840594', '10.986259', '-77.250000', '43.840594', '10.986259', '-74.750000', '44.049858', '10.986259', '-72.250000', '44.135113', '11.149019', '-69.750000', '44.189367', '11.230399', '-67.250000', '44.243620', '11.311779', '-64.750000', '44.250402', '11.413504', '-62.250000', '44.250402', '11.413504', '-59.750000', '44.433507', '11.474540', '-57.250000', '44.433507', '11.474540', '-54.750000', '44.433507', '11.474540', '-52.250000', '44.433507', '11.474540', '-49.750000', '44.433507', '11.474540', '-47.250000', '44.433507', '11.474540', '-44.750000', '44.433507', '11.474540', '-42.250000', '44.433507', '11.474540', '-39.750000', '44.433507', '11.474540', '-37.250000', '44.433507', '11.474540', '-34.750000', '44.433507', '11.474540', '-32.250000', '44.433507', '11.474540', '-29.750000', '44.433507', '11.474540', '-27.250000', '44.328875', '11.474540', '-24.750000', '44.328875', '11.474540', '-22.250000', '44.328875', '11.474540', '-19.750000', '44.328875', '11.474540', '-17.250000', '44.250402', '11.413504', '-14.750000', '44.250402', '11.413504', '-12.250000', '44.250402', '11.413504', '-9.750000', '44.189367', '11.474540', '-7.250000', '44.189367', '11.474540', '-4.750000', '44.189367', '11.474540', '-2.250000', '44.189367', '11.474540', '0.250000', '44.189367', '11.474540', '2.750000', '44.189367', '11.474540', '5.250000', '44.189367', '11.474540', '7.750000', '44.189367', '11.474540', '10.250000', '44.189367', '11.474540', '12.750000', '44.189367', '11.474540', '15.250000', '44.189367', '11.474540', '17.750000', '44.189367', '11.474540', '20.250000', '44.189367', '11.474540', '22.750000', '44.189367', '11.474540', '25.250000', '44.189367', '11.474540', '27.750000', '44.189367', '11.474540', '30.250000', '44.189367', '11.474540', '32.750000', '44.189367', '11.474540', '35.250000', '44.189367', '11.474540', '37.750000', '44.189367', '11.474540', '40.250000', '44.049858', '11.474540', '42.750000', '44.049858', '11.474540', '45.250000', '44.049858', '11.474540', '47.750000', '44.049858', '11.474540', '50.250000', '43.945226', '11.474540', '52.750000', '43.945226', '11.474540', '55.250000', '43.945226', '11.474540', '57.750000', '43.840594', '11.474540', '60.250000', '43.945226', '11.474540', '62.750000', '43.945226', '11.474540', '65.250000', '43.840594', '11.474540', '67.750000', '43.840594', '11.474540', '70.250000', '43.840594', '11.474540', '72.750000', '43.840594', '11.474540', '75.250000', '43.840594', '11.474540', '77.750000', '43.840594', '11.474540', '80.250000', '43.840594', '11.474540', '82.750000', '43.840594', '11.474540', '85.250000', '43.840594', '11.474540', '87.750000', '43.840594', '11.474540', '90.250000', '43.840594', '11.474540', '92.750000', '43.721673', '11.181139', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '4'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '95'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-23.706107', '0.768979', '-139.750000', '-23.732448', '0.789217', '-137.250000', '-23.758789', '0.809455', '-134.750000', '-23.763073', '0.732358', '-132.250000', '-23.784488', '0.732358', '-129.750000', '-23.925833', '0.732358', '-127.250000', '-24.072317', '0.732358', '-124.750000', '-24.169973', '0.732358', '-122.250000', '-24.169973', '0.732358', '-119.750000', '-24.169973', '0.732358', '-117.250000', '-24.169973', '0.732358', '-114.750000', '-24.169973', '0.732358', '-112.250000', '-24.169973', '0.732358', '-109.750000', '-24.231009', '0.793393', '-107.250000', '-24.414114', '0.732358', '-104.750000', '-24.658254', '0.732358', '-102.250000', '-24.983775', '0.678104', '-99.750000', '-25.200789', '0.569597', '-97.250000', '-25.580563', '0.569597', '-94.750000', '-25.797577', '0.298330', '-92.250000', '-25.732473', '0.488217', '-89.750000', '-25.580563', '0.569597', '-87.250000', '-25.495308', '0.732358', '-84.750000', '-25.286044', '0.732358', '-82.250000', '-25.200789', '0.895118', '-79.750000', '-25.146535', '0.830014', '-77.250000', '-25.200789', '0.895118', '-74.750000', '-25.573781', '0.793393', '-72.250000', '-25.634816', '0.732358', '-69.750000', '-25.634816', '0.732358', '-67.250000', '-25.774325', '0.732358', '-64.750000', '-25.983589', '0.732358', '-62.250000', '-26.062062', '0.671322', '-59.750000', '-26.062062', '0.671322', '-57.250000', '-26.068844', '0.569597', '-54.750000', '-26.068844', '0.569597', '-52.250000', '-26.068844', '0.569597', '-49.750000', '-26.068844', '0.569597', '-47.250000', '-26.068844', '0.569597', '-44.750000', '-26.068844', '0.569597', '-42.250000', '-26.068844', '0.569597', '-39.750000', '-26.062062', '0.671322', '-37.250000', '-26.068844', '0.569597', '-34.750000', '-26.123098', '0.732358', '-32.250000', '-26.123098', '0.732358', '-29.750000', '-26.062062', '0.671322', '-27.250000', '-26.123098', '0.732358', '-24.750000', '-26.123098', '0.732358', '-22.250000', '-26.123098', '0.732358', '-19.750000', '-26.123098', '0.732358', '-17.250000', '-26.123098', '0.732358', '-14.750000', '-26.123098', '0.732358', '-12.250000', '-26.123098', '0.732358', '-9.750000', '-26.123098', '0.732358', '-7.250000', '-26.123098', '0.732358', '-4.750000', '-26.123098', '0.732358', '-2.250000', '-26.123098', '0.732358', '0.250000', '-26.123098', '0.732358', '2.750000', '-26.123098', '0.732358', '5.250000', '-26.068844', '0.895118', '7.750000', '-26.068844', '0.895118', '10.250000', '-26.068844', '0.895118', '12.750000', '-26.068844', '0.895118', '15.250000', '-26.068844', '1.057878', '17.750000', '-26.025441', '0.976498', '20.250000', '-26.068844', '1.057878', '22.750000', '-26.068844', '1.057878', '25.250000', '-26.068844', '1.057878', '27.750000', '-26.068844', '1.057878', '30.250000', '-26.068844', '1.057878', '32.750000', '-26.068844', '1.057878', '35.250000', '-26.062062', '1.159603', '37.750000', '-26.068844', '1.057878', '40.250000', '-26.123098', '1.220639', '42.750000', '-26.123098', '1.220639', '45.250000', '-26.123098', '1.220639', '47.750000', '-26.123098', '1.220639', '50.250000', '-26.123098', '1.220639', '52.750000', '-26.123098', '1.220639', '55.250000', '-26.123098', '1.220639', '57.750000', '-26.123098', '1.220639', '60.250000', '-26.123098', '1.220639', '62.750000', '-26.123098', '1.220639', '65.250000', '-26.123098', '1.220639', '67.750000', '-26.123098', '1.318295', '70.250000', '-26.123098', '1.318295', '72.750000', '-26.123098', '1.318295', '75.250000', '-26.123098', '1.318295', '77.750000', '-26.123098', '1.318295', '80.250000', '-26.123098', '1.318295', '82.750000', '-26.123098', '1.318295', '85.250000', '-26.123098', '1.318295', '87.750000', '-26.068844', '1.383399', '90.250000', '-26.123098', '1.464779', '92.750000', '-26.565881', '1.057417', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '5'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '94'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-7.067931', '-0.683657', '-139.750000', '-7.196105', '-0.653818', '-137.250000', '-7.324279', '-0.623979', '-134.750000', '-7.219647', '-0.488345', '-132.250000', '-7.134392', '-0.596852', '-129.750000', '-7.025885', '-0.569725', '-127.250000', '-7.025885', '-0.569725', '-124.750000', '-6.982482', '-0.488345', '-122.250000', '-6.835998', '-0.488345', '-119.750000', '-6.835998', '-0.488345', '-117.250000', '-6.689514', '-0.488345', '-114.750000', '-6.689514', '-0.488345', '-112.250000', '-6.646111', '-0.569725', '-109.750000', '-6.646111', '-0.569725', '-107.250000', '-6.537604', '-0.406965', '-104.750000', '-6.347717', '-0.244204', '-102.250000', '-6.157830', '-0.081444', '-99.750000', '-6.103576', '0.244077', '-97.250000', '-5.712952', '0.488217', '-94.750000', '-5.615295', '0.732358', '-92.250000', '-5.615295', '0.732358', '-89.750000', '-5.669549', '0.569597', '-87.250000', '-5.669549', '0.406837', '-84.750000', '-5.754804', '0.244077', '-82.250000', '-5.859436', '0.244077', '-79.750000', '-5.859436', '0.048764', '-77.250000', '-5.669549', '0.081316', '-74.750000', '-5.615295', '0.244077', '-72.250000', '-5.615295', '0.488217', '-69.750000', '-5.561042', '0.569597', '-67.250000', '-5.561042', '0.569597', '-64.750000', '-5.554260', '0.671322', '-62.250000', '-5.554260', '0.671322', '-59.750000', '-5.475787', '0.732358', '-57.250000', '-5.475787', '0.732358', '-54.750000', '-5.554260', '0.671322', '-52.250000', '-5.554260', '0.793393', '-49.750000', '-5.554260', '0.793393', '-47.250000', '-5.615295', '0.732358', '-44.750000', '-5.615295', '0.732358', '-42.250000', '-5.615295', '0.732358', '-39.750000', '-5.615295', '0.732358', '-37.250000', '-5.615295', '0.732358', '-34.750000', '-5.615295', '0.732358', '-32.250000', '-5.615295', '0.732358', '-29.750000', '-5.615295', '0.732358', '-27.250000', '-5.615295', '0.732358', '-24.750000', '-5.615295', '0.732358', '-22.250000', '-5.615295', '0.830014', '-19.750000', '-5.615295', '0.830014', '-17.250000', '-5.615295', '0.732358', '-14.750000', '-5.615295', '0.830014', '-12.250000', '-5.615295', '0.830014', '-9.750000', '-5.615295', '0.830014', '-7.250000', '-5.669549', '0.895118', '-4.750000', '-5.669549', '0.895118', '-2.250000', '-5.669549', '0.895118', '0.250000', '-5.669549', '0.895118', '2.750000', '-5.669549', '0.895118', '5.250000', '-5.669549', '0.895118', '7.750000', '-5.669549', '0.895118', '10.250000', '-5.669549', '0.895118', '12.750000', '-5.712952', '0.976498', '15.250000', '-5.669549', '0.895118', '17.750000', '-5.712952', '0.976498', '20.250000', '-5.712952', '0.976498', '22.750000', '-5.712952', '0.976498', '25.250000', '-5.712952', '0.976498', '27.750000', '-5.712952', '0.976498', '30.250000', '-5.712952', '0.976498', '32.750000', '-5.712952', '0.976498', '35.250000', '-5.712952', '0.976498', '37.750000', '-5.712952', '0.976498', '40.250000', '-6.005920', '0.976498', '42.750000', '-5.778056', '0.949371', '45.250000', '-5.778056', '0.949371', '47.750000', '-6.005920', '0.976498', '50.250000', '-6.005920', '0.976498', '52.750000', '-6.005920', '0.976498', '55.250000', '-6.005920', '0.976498', '57.750000', '-6.005920', '0.976498', '60.250000', '-6.005920', '0.976498', '62.750000', '-6.005920', '0.976498', '65.250000', '-6.005920', '0.976498', '67.750000', '-6.005920', '0.976498', '70.250000', '-6.005920', '0.976498', '72.750000', '-6.005920', '0.976498', '75.250000', '-6.049323', '0.895118', '77.750000', '-6.005920', '0.976498', '80.250000', '-6.005920', '0.976498', '82.750000', '-6.049323', '0.895118', '85.250000', '-6.049323', '0.895118', '87.750000', '-6.049323', '0.895118', '90.250000', '-6.173813', '0.623543', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '6'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '95'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['16.129485', '1.253191', '-139.750000', '16.219003', '1.468848', '-137.250000', '16.308521', '1.684505', '-134.750000', '16.169549', '1.408439', '-132.250000', '16.113209', '1.464779', '-129.750000', '15.930104', '1.281674', '-127.250000', '15.869069', '1.220639', '-124.750000', '15.869069', '1.220639', '-122.250000', '15.869069', '1.220639', '-119.750000', '15.706308', '1.166385', '-117.250000', '15.706308', '1.166385', '-114.750000', '15.706308', '1.166385', '-112.250000', '15.624928', '1.122982', '-109.750000', '15.543548', '1.166385', '-107.250000', '15.435041', '1.057878', '-104.750000', '15.319752', '0.793393', '-102.250000', '14.892507', '0.732358', '-99.750000', '14.729746', '0.678104', '-97.250000', '14.404226', '0.341733', '-94.750000', '14.160085', '0.244077', '-92.250000', '14.055453', '0.244077', '-89.750000', '14.349972', '0.406837', '-87.250000', '14.458479', '0.406837', '-84.750000', '14.501882', '0.488217', '-82.250000', '14.752998', '0.732358', '-79.750000', '14.831471', '0.671322', '-77.250000', '14.752998', '0.732358', '-74.750000', '14.458479', '0.569597', '-72.250000', '14.404226', '0.488217', '-69.750000', '14.306569', '0.488217', '-67.250000', '14.160085', '0.244077', '-64.750000', '13.970198', '0.406837', '-62.250000', '13.970198', '0.406837', '-59.750000', '13.970198', '0.406837', '-57.250000', '13.915945', '0.341733', '-54.750000', '13.915945', '0.341733', '-52.250000', '13.915945', '0.341733', '-49.750000', '13.970198', '0.406837', '-47.250000', '13.915945', '0.341733', '-44.750000', '13.861691', '0.406837', '-42.250000', '13.915945', '0.488217', '-39.750000', '13.915945', '0.488217', '-37.250000', '13.915945', '0.488217', '-34.750000', '13.915945', '0.488217', '-32.250000', '13.915945', '0.488217', '-29.750000', '13.861691', '0.569597', '-27.250000', '13.861691', '0.569597', '-24.750000', '13.861691', '0.569597', '-22.250000', '13.861691', '0.569597', '-19.750000', '13.861691', '0.569597', '-17.250000', '13.861691', '0.569597', '-14.750000', '13.861691', '0.569597', '-12.250000', '13.854909', '0.671322', '-9.750000', '13.854909', '0.671322', '-7.250000', '13.854909', '0.671322', '-4.750000', '13.915945', '0.732358', '-2.250000', '13.915945', '0.732358', '0.250000', '13.915945', '0.732358', '2.750000', '13.915945', '0.732358', '5.250000', '13.915945', '0.732358', '7.750000', '13.915945', '0.732358', '10.250000', '13.915945', '0.830014', '12.750000', '13.915945', '0.830014', '15.250000', '13.915945', '0.830014', '17.750000', '13.915945', '0.830014', '20.250000', '13.861691', '0.895118', '22.750000', '13.861691', '0.895118', '25.250000', '13.915945', '0.976498', '27.750000', '13.861691', '0.895118', '30.250000', '13.915945', '0.976498', '32.750000', '13.915945', '0.976498', '35.250000', '13.970198', '1.057878', '37.750000', '13.970198', '1.057878', '40.250000', '13.970198', '1.057878', '42.750000', '13.970198', '1.057878', '45.250000', '13.970198', '1.057878', '47.750000', '13.970198', '1.057878', '50.250000', '13.915945', '1.220639', '52.750000', '13.976980', '1.159603', '55.250000', '13.976980', '1.159603', '57.750000', '13.915945', '1.220639', '60.250000', '13.915945', '1.220639', '62.750000', '13.915945', '1.220639', '65.250000', '13.976980', '1.159603', '67.750000', '13.915945', '1.220639', '70.250000', '13.976980', '1.281674', '72.750000', '14.055453', '1.220639', '75.250000', '13.976980', '1.281674', '77.750000', '13.970198', '1.383399', '80.250000', '14.013601', '1.464779', '82.750000', '14.160085', '1.415951', '85.250000', '14.160085', '1.415951', '87.750000', '14.093501', '1.442584', '90.250000', '14.160085', '1.464779', '92.750000', '13.639757', '0.768168', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '7'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '95'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['35.527262', '-0.058658', '-139.750000', '35.512613', '-0.029361', '-137.250000', '35.497965', '-0.000064', '-134.750000', '35.539817', '-0.000064', '-132.250000', '35.572643', '0.014297', '-129.750000', '35.454562', '0.081316', '-127.250000', '35.454562', '0.081316', '-124.750000', '35.454562', '0.081316', '-122.250000', '35.400309', '-0.000064', '-119.750000', '35.346055', '0.081316', '-117.250000', '35.346055', '0.081316', '-114.750000', '35.400309', '-0.000064', '-112.250000', '35.400309', '-0.000064', '-109.750000', '35.400309', '-0.000064', '-107.250000', '35.346055', '0.081316', '-104.750000', '35.074788', '0.189823', '-102.250000', '34.912028', '0.244077', '-99.750000', '34.645692', '0.421633', '-97.250000', '34.369493', '0.569597', '-94.750000', '34.179606', '0.732358', '-92.250000', '34.074974', '0.732358', '-89.750000', '34.362711', '0.671322', '-87.250000', '34.478000', '0.569597', '-84.750000', '34.521403', '0.488217', '-82.250000', '34.857774', '0.406837', '-79.750000', '34.857774', '0.406837', '-77.250000', '34.857774', '0.406837', '-74.750000', '34.521403', '0.488217', '-72.250000', '34.478000', '0.569597', '-69.750000', '34.423747', '0.732358', '-67.250000', '34.423747', '0.732358', '-64.750000', '34.179606', '0.732358', '-62.250000', '34.179606', '0.732358', '-59.750000', '34.179606', '0.732358', '-57.250000', '34.074974', '0.732358', '-54.750000', '33.996501', '0.671322', '-52.250000', '34.074974', '0.732358', '-49.750000', '34.074974', '0.732358', '-47.250000', '34.074974', '0.732358', '-44.750000', '33.996501', '0.671322', '-42.250000', '33.996501', '0.671322', '-39.750000', '33.996501', '0.671322', '-37.250000', '33.996501', '0.671322', '-34.750000', '33.996501', '0.671322', '-32.250000', '33.996501', '0.671322', '-29.750000', '33.996501', '0.671322', '-27.250000', '33.996501', '0.671322', '-24.750000', '33.996501', '0.671322', '-22.250000', '33.996501', '0.671322', '-19.750000', '33.996501', '0.671322', '-17.250000', '33.935465', '0.732358', '-14.750000', '33.996501', '0.671322', '-12.250000', '33.996501', '0.671322', '-9.750000', '33.996501', '0.671322', '-7.250000', '33.996501', '0.671322', '-4.750000', '33.996501', '0.671322', '-2.250000', '33.996501', '0.671322', '0.250000', '33.996501', '0.671322', '2.750000', '33.996501', '0.671322', '5.250000', '33.996501', '0.671322', '7.750000', '33.996501', '0.671322', '10.250000', '33.996501', '0.671322', '12.750000', '33.996501', '0.671322', '15.250000', '33.996501', '0.671322', '17.750000', '33.996501', '0.671322', '20.250000', '33.996501', '0.671322', '22.750000', '33.996501', '0.671322', '25.250000', '33.935465', '0.732358', '27.750000', '33.935466', '0.634701', '30.250000', '33.935465', '0.732358', '32.750000', '33.935465', '0.732358', '35.250000', '33.996501', '0.671322', '37.750000', '33.996501', '0.671322', '40.250000', '33.996501', '0.671322', '42.750000', '33.996501', '0.671322', '45.250000', '33.996501', '0.671322', '47.750000', '33.996501', '0.671322', '50.250000', '33.996501', '0.671322', '52.750000', '33.996501', '0.671322', '55.250000', '33.996501', '0.671322', '57.750000', '33.996501', '0.671322', '60.250000', '33.996501', '0.671322', '62.750000', '34.074974', '0.732358', '65.250000', '33.989719', '0.569597', '67.750000', '33.996501', '0.671322', '70.250000', '34.074974', '0.732358', '72.750000', '34.074974', '0.732358', '75.250000', '34.074974', '0.732358', '77.750000', '33.996501', '0.671322', '80.250000', '34.074974', '0.732358', '82.750000', '34.074974', '0.732358', '85.250000', '34.057536', '0.610287', '87.750000', '34.074974', '0.732358', '90.250000', '34.179606', '0.732358', '92.750000', '33.742576', '0.478918', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '8'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-34.611675', '-10.685906', '-132.250000', '-34.732262', '-10.600901', '-129.750000', '-34.749395', '-10.552359', '-127.250000', '-34.814499', '-10.498105', '-124.750000', '-34.912156', '-10.498105', '-122.250000', '-34.912156', '-10.498105', '-119.750000', '-34.912156', '-10.498105', '-117.250000', '-34.857902', '-10.335345', '-114.750000', '-34.857902', '-10.335345', '-112.250000', '-34.857902', '-10.335345', '-109.750000', '-34.857902', '-10.335345', '-107.250000', '-34.857902', '-10.335345', '-104.750000', '-34.966409', '-10.172585', '-102.250000', '-35.237676', '-10.064078', '-99.750000', '-35.400436', '-10.009824', '-97.250000', '-35.644577', '-9.765684', '-94.750000', '-35.888718', '-9.521543', '-92.250000', '-36.322745', '-9.358783', '-89.750000', '-35.949753', '-9.460508', '-87.250000', '-35.888718', '-9.521543', '-84.750000', '-35.834464', '-9.684304', '-82.250000', '-35.546921', '-9.668028', '-79.750000', '-35.454690', '-9.684304', '-77.250000', '-35.454690', '-9.684304', '-74.750000', '-35.644577', '-9.521543', '-72.250000', '-35.888718', '-9.521543', '-69.750000', '-35.888718', '-9.521543', '-67.250000', '-35.949753', '-9.460508', '-64.750000', '-36.315963', '-9.460508', '-62.250000', '-36.322745', '-9.358783', '-59.750000', '-36.322745', '-9.358783', '-57.250000', '-36.376998', '-9.423887', '-54.750000', '-36.376998', '-9.423887', '-52.250000', '-36.376998', '-9.423887', '-49.750000', '-36.376998', '-9.423887', '-47.250000', '-36.376998', '-9.423887', '-44.750000', '-36.376998', '-9.423887', '-42.250000', '-36.376998', '-9.423887', '-39.750000', '-36.376998', '-9.423887', '-37.250000', '-36.376998', '-9.423887', '-34.750000', '-36.376998', '-9.423887', '-32.250000', '-36.376998', '-9.423887', '-29.750000', '-36.376998', '-9.423887', '-27.250000', '-36.376998', '-9.423887', '-24.750000', '-36.376998', '-9.423887', '-22.250000', '-36.376998', '-9.423887', '-19.750000', '-36.376998', '-9.423887', '-17.250000', '-36.376998', '-9.423887', '-14.750000', '-36.376998', '-9.423887', '-12.250000', '-36.376998', '-9.423887', '-9.750000', '-36.376998', '-9.423887', '-7.250000', '-36.376998', '-9.423887', '-4.750000', '-36.376998', '-9.423887', '-2.250000', '-36.376998', '-9.423887', '0.250000', '-36.376998', '-9.423887', '2.750000', '-36.376998', '-9.423887', '5.250000', '-36.376998', '-9.423887', '7.750000', '-36.376998', '-9.423887', '10.250000', '-36.376998', '-9.423887', '12.750000', '-36.376998', '-9.423887', '15.250000', '-36.376998', '-9.521543', '17.750000', '-36.376998', '-9.521543', '20.250000', '-36.376998', '-9.521543', '22.750000', '-36.376998', '-9.423887', '25.250000', '-36.376998', '-9.521543', '27.750000', '-36.376998', '-9.521543', '30.250000', '-36.376998', '-9.521543', '32.750000', '-36.376998', '-9.521543', '35.250000', '-36.376998', '-9.521543', '37.750000', '-36.376998', '-9.521543', '40.250000', '-36.376998', '-9.521543', '42.750000', '-36.376998', '-9.521543', '45.250000', '-36.376998', '-9.521543', '47.750000', '-36.376998', '-9.521543', '50.250000', '-36.376998', '-9.521543', '52.750000', '-36.376998', '-9.521543', '55.250000', '-36.376998', '-9.521543', '57.750000', '-36.376998', '-9.521543', '60.250000', '-36.376998', '-9.521543', '62.750000', '-36.376998', '-9.521543', '65.250000', '-36.438034', '-9.582579', '67.750000', '-36.438034', '-9.582579', '70.250000', '-36.438034', '-9.582579', '72.750000', '-36.431252', '-9.684304', '75.250000', '-36.431252', '-9.684304', '77.750000', '-36.431252', '-9.684304', '80.250000', '-36.431252', '-9.684304', '82.750000', '-36.431252', '-9.684304', '85.250000', '-36.431252', '-9.684304', '87.750000', '-36.431252', '-9.684304', '90.250000', '-36.431252', '-9.684304', '92.750000', '-36.689603', '-9.644803', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '9'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-14.892635', '-8.935606', '-132.250000', '-14.892635', '-9.033262', '-129.750000', '-14.892635', '-9.130919', '-127.250000', '-14.946888', '-9.196023', '-124.750000', '-14.946888', '-9.196023', '-122.250000', '-14.946888', '-9.358783', '-119.750000', '-14.946888', '-9.358783', '-117.250000', '-14.953670', '-9.460508', '-114.750000', '-14.892634', '-9.521543', '-112.250000', '-14.892634', '-9.521543', '-109.750000', '-14.892634', '-9.521543', '-107.250000', '-14.892634', '-9.521543', '-104.750000', '-14.892634', '-9.521543', '-102.250000', '-15.218155', '-9.575797', '-99.750000', '-15.380916', '-9.521543', '-97.250000', '-15.625056', '-9.521543', '-94.750000', '-15.869196', '-9.521543', '-92.250000', '-16.357477', '-9.521543', '-89.750000', '-16.008705', '-9.521543', '-87.250000', '-15.869196', '-9.521543', '-84.750000', '-15.625056', '-9.521543', '-82.250000', '-15.441951', '-9.582579', '-79.750000', '-15.380916', '-9.521543', '-77.250000', '-15.380916', '-9.521543', '-74.750000', '-15.441951', '-9.582579', '-72.250000', '-15.869196', '-9.521543', '-69.750000', '-15.869196', '-9.521543', '-67.250000', '-15.930232', '-9.582579', '-64.750000', '-16.113337', '-9.521543', '-62.250000', '-16.357477', '-9.521543', '-59.750000', '-16.357477', '-9.521543', '-57.250000', '-16.357477', '-9.521543', '-54.750000', '-16.357477', '-9.521543', '-52.250000', '-16.357477', '-9.521543', '-49.750000', '-16.357477', '-9.521543', '-47.250000', '-16.357477', '-9.521543', '-44.750000', '-16.357477', '-9.521543', '-42.250000', '-16.357477', '-9.521543', '-39.750000', '-16.357477', '-9.521543', '-37.250000', '-16.357477', '-9.521543', '-34.750000', '-16.357477', '-9.521543', '-32.250000', '-16.357477', '-9.521543', '-29.750000', '-16.357477', '-9.521543', '-27.250000', '-16.357477', '-9.521543', '-24.750000', '-16.357477', '-9.521543', '-22.250000', '-16.357477', '-9.521543', '-19.750000', '-16.357477', '-9.521543', '-17.250000', '-16.357477', '-9.521543', '-14.750000', '-16.357477', '-9.521543', '-12.250000', '-16.357477', '-9.521543', '-9.750000', '-16.357477', '-9.521543', '-7.250000', '-16.357477', '-9.521543', '-4.750000', '-16.357477', '-9.521543', '-2.250000', '-16.357477', '-9.521543', '0.250000', '-16.357477', '-9.521543', '2.750000', '-16.357477', '-9.521543', '5.250000', '-16.357477', '-9.521543', '7.750000', '-16.357477', '-9.521543', '10.250000', '-16.357477', '-9.521543', '12.750000', '-16.411731', '-9.358783', '15.250000', '-16.357477', '-9.521543', '17.750000', '-16.357477', '-9.521543', '20.250000', '-16.357477', '-9.521543', '22.750000', '-16.357477', '-9.521543', '25.250000', '-16.357477', '-9.521543', '27.750000', '-16.357477', '-9.521543', '30.250000', '-16.357477', '-9.423887', '32.750000', '-16.411731', '-9.358783', '35.250000', '-16.357477', '-9.521543', '37.750000', '-16.357477', '-9.521543', '40.250000', '-16.357477', '-9.423887', '42.750000', '-16.357477', '-9.423887', '45.250000', '-16.357477', '-9.521543', '47.750000', '-16.357477', '-9.423887', '50.250000', '-16.357477', '-9.423887', '52.750000', '-16.357477', '-9.423887', '55.250000', '-16.357477', '-9.423887', '57.750000', '-16.357477', '-9.423887', '60.250000', '-16.357477', '-9.423887', '62.750000', '-16.357477', '-9.423887', '65.250000', '-16.357477', '-9.423887', '67.750000', '-16.357477', '-9.423887', '70.250000', '-16.357477', '-9.423887', '72.750000', '-16.357477', '-9.423887', '75.250000', '-16.357477', '-9.423887', '77.750000', '-16.357477', '-9.423887', '80.250000', '-16.357477', '-9.423887', '82.750000', '-16.357477', '-9.423887', '85.250000', '-16.357477', '-9.423887', '87.750000', '-16.357477', '-9.423887', '90.250000', '-16.357477', '-9.423887', '92.750000', '-16.442159', '-9.789428', '107.750000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '10'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['3.922460', '-9.456439', '-132.250000', '3.906184', '-9.521543', '-129.750000', '3.906184', '-9.661052', '-127.250000', '3.906184', '-9.521543', '-124.750000', '3.906184', '-9.521543', '-122.250000', '3.824804', '-9.575797', '-119.750000', '3.824804', '-9.575797', '-117.250000', '3.723079', '-9.582579', '-114.750000', '3.716297', '-9.684304', '-112.250000', '3.662043', '-9.765684', '-109.750000', '3.607790', '-9.847064', '-107.250000', '3.515559', '-9.863340', '-104.750000', '3.662043', '-9.765684', '-102.250000', '3.716297', '-9.684304', '-99.750000', '3.824804', '-9.575797', '-97.250000', '4.150324', '-9.521543', '-94.750000', '4.211360', '-9.460508', '-92.250000', '4.540949', '-9.277403', '-89.750000', '4.204578', '-9.358783', '-87.250000', '4.150324', '-9.521543', '-84.750000', '3.723079', '-9.582579', '-82.250000', '3.716297', '-9.684304', '-79.750000', '3.607790', '-9.684304', '-77.250000', '3.607790', '-9.684304', '-74.750000', '3.716297', '-9.684304', '-72.250000', '3.906184', '-9.521543', '-69.750000', '4.150324', '-9.521543', '-67.250000', '4.150324', '-9.521543', '-64.750000', '4.150324', '-9.521543', '-62.250000', '4.204578', '-9.358783', '-59.750000', '4.327881', '-9.299598', '-57.250000', '4.327881', '-9.299598', '-54.750000', '4.394465', '-9.277403', '-52.250000', '4.394465', '-9.277403', '-49.750000', '4.540949', '-9.277403', '-47.250000', '4.461049', '-9.299598', '-44.750000', '4.461049', '-9.299598', '-42.250000', '4.540949', '-9.277403', '-39.750000', '4.492121', '-9.375059', '-37.250000', '4.394465', '-9.521543', '-34.750000', '4.475845', '-9.467290', '-32.250000', '4.461049', '-9.299598', '-29.750000', '4.394465', '-9.521543', '-27.250000', '4.394465', '-9.521543', '-24.750000', '4.296809', '-9.375059', '-22.250000', '4.394465', '-9.521543', '-19.750000', '4.313085', '-9.467290', '-17.250000', '4.296809', '-9.375059', '-14.750000', '4.296809', '-9.375059', '-12.250000', '4.296809', '-9.375059', '-9.750000', '4.204578', '-9.358783', '-7.250000', '4.204578', '-9.358783', '-4.750000', '4.204578', '-9.358783', '-2.250000', '4.204578', '-9.358783', '0.250000', '4.204578', '-9.358783', '2.750000', '4.204578', '-9.358783', '5.250000', '4.204578', '-9.358783', '7.750000', '4.204578', '-9.358783', '10.250000', '4.204578', '-9.358783', '12.750000', '4.204578', '-9.358783', '15.250000', '4.204578', '-9.358783', '17.750000', '4.150324', '-9.423887', '20.250000', '4.150324', '-9.423887', '22.750000', '4.150324', '-9.423887', '25.250000', '4.150324', '-9.423887', '27.750000', '4.150324', '-9.423887', '30.250000', '4.150324', '-9.423887', '32.750000', '4.096071', '-9.358783', '35.250000', '4.096071', '-9.358783', '37.750000', '4.096071', '-9.358783', '40.250000', '4.052668', '-9.277403', '42.750000', '4.052668', '-9.277403', '45.250000', '4.096071', '-9.358783', '47.750000', '4.052668', '-9.277403', '50.250000', '4.052668', '-9.277403', '52.750000', '4.052668', '-9.277403', '55.250000', '3.906184', '-9.326231', '57.750000', '3.839600', '-9.299598', '60.250000', '3.759700', '-9.277403', '62.750000', '3.759700', '-9.277403', '65.250000', '3.716297', '-9.358783', '67.750000', '3.716297', '-9.358783', '70.250000', '3.716297', '-9.358783', '72.750000', '3.716297', '-9.358783', '75.250000', '3.662044', '-9.423887', '77.750000', '3.662044', '-9.423887', '80.250000', '3.662044', '-9.423887', '82.750000', '3.662044', '-9.423887', '85.250000', '3.607790', '-9.358783', '87.750000', '3.564387', '-9.277403', '90.250000', '3.564387', '-9.277403', '92.750000', '3.516035', '-10.367926', '107.750000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '11'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['25.390548', '-10.149333', '-132.250000', '25.223504', '-10.086921', '-129.750000', '25.235186', '-10.098603', '-127.250000', '25.146407', '-10.009824', '-124.750000', '25.146407', '-10.009824', '-122.250000', '25.146407', '-10.009824', '-119.750000', '25.146407', '-10.009824', '-117.250000', '25.146407', '-10.009824', '-114.750000', '25.085372', '-10.070860', '-112.250000', '25.092154', '-10.172585', '-109.750000', '25.092154', '-10.172585', '-107.250000', '25.048751', '-10.253965', '-104.750000', '24.820887', '-10.064078', '-102.250000', '24.658126', '-10.009824', '-99.750000', '24.658126', '-10.009824', '-97.250000', '24.413986', '-9.765684', '-94.750000', '24.169845', '-9.521543', '-92.250000', '24.115592', '-9.358783', '-89.750000', '24.169845', '-9.521543', '-87.250000', '24.224099', '-9.684304', '-84.750000', '24.267502', '-9.765684', '-82.250000', '24.480570', '-9.787879', '-79.750000', '24.597091', '-9.948789', '-77.250000', '24.658126', '-10.009824', '-74.750000', '24.495366', '-9.955571', '-72.250000', '24.267502', '-9.765684', '-69.750000', '24.169845', '-9.619200', '-67.250000', '24.169845', '-9.521543', '-64.750000', '24.169845', '-9.521543', '-62.250000', '24.115592', '-9.358783', '-59.750000', '24.023361', '-9.375059', '-57.250000', '24.023361', '-9.375059', '-54.750000', '23.925705', '-9.277403', '-52.250000', '23.925705', '-9.277403', '-49.750000', '23.925705', '-9.277403', '-47.250000', '23.925705', '-9.277403', '-44.750000', '23.925705', '-9.277403', '-42.250000', '23.925705', '-9.277403', '-39.750000', '23.925705', '-9.277403', '-37.250000', '23.859121', '-9.299598', '-34.750000', '23.779221', '-9.277403', '-32.250000', '23.925705', '-9.277403', '-29.750000', '23.925705', '-9.277403', '-27.250000', '23.925705', '-9.277403', '-24.750000', '23.779221', '-9.277403', '-22.250000', '23.925705', '-9.277403', '-19.750000', '23.925705', '-9.277403', '-17.250000', '23.925705', '-9.277403', '-14.750000', '23.925705', '-9.277403', '-12.250000', '23.925705', '-9.277403', '-9.750000', '23.925705', '-9.277403', '-7.250000', '23.925705', '-9.277403', '-4.750000', '23.925705', '-9.277403', '-2.250000', '23.925705', '-9.277403', '0.250000', '23.925705', '-9.277403', '2.750000', '23.925705', '-9.277403', '5.250000', '23.925705', '-9.277403', '7.750000', '23.925705', '-9.277403', '10.250000', '23.925705', '-9.277403', '12.750000', '23.925705', '-9.277403', '15.250000', '23.925705', '-9.277403', '17.750000', '23.992289', '-9.299598', '20.250000', '23.992289', '-9.299598', '22.750000', '23.925705', '-9.277403', '25.250000', '24.072189', '-9.277403', '27.750000', '23.992289', '-9.299598', '30.250000', '23.925705', '-9.277403', '32.750000', '24.072189', '-9.277403', '35.250000', '24.072189', '-9.277403', '37.750000', '23.992289', '-9.299598', '40.250000', '23.992289', '-9.299598', '42.750000', '24.072189', '-9.277403', '45.250000', '24.072189', '-9.277403', '47.750000', '23.992289', '-9.299598', '50.250000', '23.992289', '-9.299598', '52.750000', '24.072189', '-9.277403', '55.250000', '24.072189', '-9.277403', '57.750000', '24.072189', '-9.277403', '60.250000', '24.072189', '-9.277403', '62.750000', '24.072189', '-9.277403', '65.250000', '24.072189', '-9.277403', '67.750000', '24.072189', '-9.277403', '70.250000', '24.072189', '-9.277403', '72.750000', '24.072189', '-9.277403', '75.250000', '24.072189', '-9.277403', '77.750000', '24.072189', '-9.277403', '80.250000', '24.072189', '-9.277403', '82.750000', '24.072189', '-9.277403', '85.250000', '24.072189', '-9.277403', '87.750000', '24.072189', '-9.277403', '90.250000', '24.072189', '-9.277403', '92.750000', '23.474229', '-9.789428', '107.750000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '12'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['44.596267', '-9.033262', '-132.250000', '44.677648', '-9.033262', '-129.750000', '44.489847', '-9.221063', '-127.250000', '44.677648', '-9.033262', '-124.750000', '44.677648', '-9.277403', '-122.250000', '44.677648', '-9.277403', '-119.750000', '44.677648', '-9.277403', '-117.250000', '44.731901', '-9.358783', '-114.750000', '44.731901', '-9.358783', '-112.250000', '44.840408', '-9.467290', '-109.750000', '45.104893', '-9.460508', '-107.250000', '45.104893', '-9.460508', '-104.750000', '45.003168', '-9.467290', '-102.250000', '44.677648', '-9.521543', '-99.750000', '44.677648', '-9.521543', '-97.250000', '44.352127', '-9.575797', '-94.750000', '44.189367', '-9.765684', '-92.250000', '43.798742', '-9.765684', '-89.750000', '44.091710', '-9.765684', '-87.250000', '44.287023', '-9.765684', '-84.750000', '44.433507', '-9.765684', '-82.250000', '44.579991', '-9.765684', '-79.750000', '44.677648', '-9.619200', '-77.250000', '44.677648', '-9.619200', '-74.750000', '44.579991', '-9.765684', '-72.250000', '44.287023', '-9.765684', '-69.750000', '44.189367', '-9.619200', '-67.250000', '44.091710', '-9.765684', '-64.750000', '43.945226', '-9.765684', '-62.250000', '43.798742', '-9.765684', '-59.750000', '43.798742', '-9.765684', '-57.250000', '43.755339', '-9.847064', '-54.750000', '43.701086', '-9.912168', '-52.250000', '43.701086', '-9.912168', '-49.750000', '43.755339', '-9.847064', '-47.250000', '43.701086', '-9.912168', '-44.750000', '43.701086', '-9.912168', '-42.250000', '43.755339', '-9.847064', '-39.750000', '43.755339', '-9.847064', '-37.250000', '43.701086', '-9.912168', '-34.750000', '43.701086', '-9.765684', '-32.250000', '43.755339', '-9.684304', '-29.750000', '43.755339', '-9.847064', '-27.250000', '43.701086', '-9.765684', '-24.750000', '43.701086', '-9.619200', '-22.250000', '43.701086', '-9.619200', '-19.750000', '43.755339', '-9.684304', '-17.250000', '43.701086', '-9.619200', '-14.750000', '43.701086', '-9.619200', '-12.250000', '43.701086', '-9.619200', '-9.750000', '43.701086', '-9.619200', '-7.250000', '43.701086', '-9.619200', '-4.750000', '43.701086', '-9.619200', '-2.250000', '43.701086', '-9.619200', '0.250000', '43.701086', '-9.619200', '2.750000', '43.701086', '-9.619200', '5.250000', '43.701086', '-9.619200', '7.750000', '43.701086', '-9.619200', '10.250000', '43.701086', '-9.619200', '12.750000', '43.701086', '-9.521543', '15.250000', '43.701086', '-9.521543', '17.750000', '43.701086', '-9.521543', '20.250000', '43.701086', '-9.521543', '22.750000', '43.701086', '-9.521543', '25.250000', '43.701086', '-9.521543', '27.750000', '43.701086', '-9.521543', '30.250000', '43.701086', '-9.521543', '32.750000', '43.701086', '-9.521543', '35.250000', '43.701086', '-9.521543', '37.750000', '43.701086', '-9.521543', '40.250000', '43.701086', '-9.521543', '42.750000', '43.701086', '-9.521543', '45.250000', '43.701086', '-9.521543', '47.750000', '43.701086', '-9.521543', '50.250000', '43.701086', '-9.423887', '52.750000', '43.701086', '-9.521543', '55.250000', '43.701086', '-9.423887', '57.750000', '43.701086', '-9.423887', '60.250000', '43.701086', '-9.423887', '62.750000', '43.701086', '-9.423887', '65.250000', '43.701086', '-9.423887', '67.750000', '43.701086', '-9.423887', '70.250000', '43.701086', '-9.423887', '72.750000', '43.701086', '-9.423887', '75.250000', '43.701086', '-9.423887', '77.750000', '43.701086', '-9.423887', '80.250000', '43.798742', '-9.277403', '82.750000', '43.755339', '-9.358783', '85.250000', '43.701086', '-9.423887', '87.750000', '43.798742', '-9.277403', '90.250000', '43.798742', '-9.277403', '92.750000', '43.143174', '-9.644803', '107.750000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '13'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '93'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-20.118280', '-19.141718', '-134.750000', '-20.263725', '-19.189507', '-132.250000', '-20.338846', '-19.099363', '-129.750000', '-20.263725', '-19.287163', '-127.250000', '-20.324761', '-19.226128', '-124.750000', '-20.263725', '-19.287163', '-122.250000', '-20.263725', '-19.287163', '-119.750000', '-20.317979', '-19.124403', '-117.250000', '-20.317979', '-19.124403', '-114.750000', '-20.317979', '-19.124403', '-112.250000', '-20.317979', '-18.961643', '-109.750000', '-20.263725', '-18.798882', '-107.250000', '-20.324761', '-18.859918', '-104.750000', '-20.317979', '-19.124403', '-102.250000', '-20.324761', '-19.348199', '-99.750000', '-20.361382', '-19.531304', '-97.250000', '-20.426486', '-19.829698', '-94.750000', '-20.426486', '-20.209472', '-92.250000', '-20.403234', '-20.263725', '-89.750000', '-20.361382', '-20.019585', '-87.250000', '-20.507866', '-19.775444', '-84.750000', '-20.507866', '-19.775444', '-82.250000', '-20.507866', '-19.531304', '-79.750000', '-20.426486', '-19.341417', '-77.250000', '-20.507866', '-19.531304', '-74.750000', '-20.574450', '-19.553499', '-72.250000', '-20.612498', '-19.775444', '-69.750000', '-20.697753', '-19.938205', '-67.250000', '-20.654350', '-20.019585', '-64.750000', '-20.697753', '-20.100965', '-62.250000', '-20.690971', '-20.202690', '-59.750000', '-20.690971', '-20.202690', '-57.250000', '-20.752006', '-20.263725', '-54.750000', '-20.752006', '-20.263725', '-52.250000', '-20.752006', '-20.263725', '-49.750000', '-20.752006', '-20.263725', '-47.250000', '-20.752006', '-20.263725', '-44.750000', '-20.752006', '-20.263725', '-42.250000', '-20.752006', '-20.263725', '-39.750000', '-20.752006', '-20.263725', '-37.250000', '-20.752006', '-20.263725', '-34.750000', '-20.752006', '-20.263725', '-32.250000', '-20.752006', '-20.263725', '-29.750000', '-20.752006', '-20.166069', '-27.250000', '-20.752006', '-20.166069', '-24.750000', '-20.806260', '-20.100965', '-22.250000', '-20.752006', '-20.019585', '-19.750000', '-20.806260', '-20.100965', '-17.250000', '-20.806260', '-20.100965', '-14.750000', '-20.752006', '-20.019585', '-12.250000', '-20.752006', '-20.019585', '-9.750000', '-20.806260', '-20.100965', '-7.250000', '-20.806260', '-19.938205', '-4.750000', '-20.806260', '-19.938205', '-2.250000', '-20.806260', '-19.938205', '0.250000', '-20.806260', '-19.938205', '2.750000', '-20.806260', '-19.938205', '5.250000', '-20.806260', '-19.938205', '7.750000', '-20.806260', '-19.938205', '10.250000', '-20.806260', '-19.938205', '12.750000', '-20.813042', '-19.836480', '15.250000', '-20.813042', '-19.836480', '17.750000', '-20.813042', '-19.836480', '20.250000', '-20.914767', '-19.829698', '22.750000', '-20.996147', '-19.775444', '25.250000', '-20.996147', '-19.775444', '27.750000', '-20.996147', '-19.775444', '30.250000', '-20.996147', '-19.775444', '32.750000', '-20.996147', '-19.775444', '35.250000', '-20.996147', '-19.775444', '37.750000', '-20.996147', '-19.775444', '40.250000', '-20.996147', '-19.775444', '42.750000', '-20.996147', '-19.775444', '45.250000', '-20.996147', '-19.775444', '47.750000', '-21.179252', '-19.714409', '50.250000', '-21.179252', '-19.714409', '52.750000', '-21.077527', '-19.721191', '55.250000', '-21.179252', '-19.714409', '57.750000', '-21.179252', '-19.714409', '60.250000', '-21.186034', '-19.612684', '62.750000', '-21.186034', '-19.612684', '65.250000', '-21.186034', '-19.612684', '67.750000', '-21.186034', '-19.612684', '70.250000', '-21.186034', '-19.612684', '72.750000', '-21.186034', '-19.612684', '75.250000', '-21.240287', '-19.677788', '77.750000', '-21.240287', '-19.677788', '80.250000', '-21.240287', '-19.677788', '82.750000', '-21.240287', '-19.677788', '85.250000', '-21.240287', '-19.677788', '87.750000', '-21.337944', '-19.531304', '90.250000', '-21.294541', '-19.612684', '92.750000', '-21.937894', '-20.491648', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '14'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-0.976626', '-19.531304', '-132.250000', '-0.732485', '-19.531304', '-129.750000', '-0.678232', '-19.449924', '-127.250000', '-0.678232', '-19.449924', '-124.750000', '-0.569725', '-19.341417', '-122.250000', '-0.488345', '-19.384820', '-119.750000', '-0.406965', '-19.341417', '-117.250000', '-0.244204', '-19.287163', '-114.750000', '-0.244204', '-19.287163', '-112.250000', '-0.244204', '-19.287163', '-109.750000', '-0.000064', '-19.287163', '-107.250000', '0.081316', '-19.232910', '-104.750000', '-0.000064', '-19.287163', '-102.250000', '-0.183169', '-19.348199', '-99.750000', '-0.244204', '-19.531304', '-97.250000', '-0.488345', '-19.677788', '-94.750000', '-0.732485', '-19.775444', '-92.250000', '-0.786739', '-19.938205', '-89.750000', '-0.732485', '-19.775444', '-87.250000', '-0.488345', '-19.775444', '-84.750000', '-0.305240', '-19.714409', '-82.250000', '-0.244204', '-19.677788', '-79.750000', '-0.189951', '-19.612684', '-77.250000', '-0.244204', '-19.677788', '-74.750000', '-0.406965', '-19.721191', '-72.250000', '-0.634829', '-19.775444', '-69.750000', '-0.732485', '-19.873101', '-67.250000', '-0.786739', '-19.938205', '-64.750000', '-0.830142', '-20.019585', '-62.250000', '-0.976626', '-20.019585', '-59.750000', '-1.123110', '-20.019585', '-57.250000', '-1.123110', '-20.019585', '-54.750000', '-1.123110', '-20.019585', '-52.250000', '-1.123110', '-20.019585', '-49.750000', '-1.123110', '-20.019585', '-47.250000', '-1.123110', '-20.019585', '-44.750000', '-1.123110', '-20.019585', '-42.250000', '-1.123110', '-20.019585', '-39.750000', '-1.123110', '-20.019585', '-37.250000', '-1.123110', '-20.019585', '-34.750000', '-1.123110', '-20.019585', '-32.250000', '-1.123110', '-20.019585', '-29.750000', '-1.123110', '-20.019585', '-27.250000', '-1.123110', '-20.019585', '-24.750000', '-1.166513', '-19.938205', '-22.250000', '-1.166513', '-19.938205', '-19.750000', '-1.166513', '-19.938205', '-17.250000', '-1.159731', '-19.836480', '-14.750000', '-1.159731', '-19.836480', '-12.250000', '-1.159731', '-19.836480', '-9.750000', '-1.159731', '-19.836480', '-7.250000', '-1.159731', '-19.836480', '-4.750000', '-1.081258', '-19.775444', '-2.250000', '-0.976626', '-19.775444', '0.250000', '-1.081258', '-19.775444', '2.750000', '-0.976626', '-19.775444', '5.250000', '-0.976626', '-19.775444', '7.750000', '-0.976626', '-19.775444', '10.250000', '-0.976626', '-19.775444', '12.750000', '-1.058006', '-19.721191', '15.250000', '-0.976626', '-19.775444', '17.750000', '-0.976626', '-19.775444', '20.250000', '-0.976626', '-19.775444', '22.750000', '-1.058006', '-19.721191', '25.250000', '-0.895246', '-19.721191', '27.750000', '-0.976626', '-19.775444', '30.250000', '-1.074282', '-19.628960', '32.750000', '-0.976626', '-19.531304', '35.250000', '-0.976626', '-19.531304', '37.750000', '-0.976626', '-19.531304', '40.250000', '-0.976626', '-19.531304', '42.750000', '-0.976626', '-19.531304', '45.250000', '-0.976626', '-19.531304', '47.750000', '-0.976626', '-19.531304', '50.250000', '-0.976626', '-19.531304', '52.750000', '-0.976626', '-19.531304', '55.250000', '-0.976626', '-19.531304', '57.750000', '-0.976626', '-19.531304', '60.250000', '-0.976626', '-19.531304', '62.750000', '-0.976626', '-19.531304', '65.250000', '-0.976626', '-19.531304', '67.750000', '-0.976626', '-19.531304', '70.250000', '-0.976626', '-19.531304', '72.750000', '-0.976626', '-19.531304', '75.250000', '-0.976626', '-19.531304', '77.750000', '-0.976626', '-19.531304', '80.250000', '-0.976626', '-19.531304', '82.750000', '-0.976626', '-19.531304', '85.250000', '-0.976626', '-19.384820', '87.750000', '-0.976626', '-19.384820', '90.250000', '-0.895246', '-19.341417', '92.750000', '-1.690450', '-19.479276', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '15'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '92'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['19.042895', '-19.531304', '-132.250000', '19.182404', '-19.531304', '-129.750000', '19.124275', '-19.721191', '-127.250000', '19.124275', '-19.721191', '-124.750000', '19.287036', '-19.775444', '-122.250000', '19.287036', '-19.775444', '-119.750000', '19.226000', '-19.836480', '-117.250000', '19.232782', '-19.938205', '-114.750000', '19.232782', '-20.100965', '-112.250000', '19.124275', '-20.209472', '-109.750000', '19.042895', '-20.263725', '-107.250000', '19.124275', '-20.317979', '-104.750000', '19.287036', '-20.263725', '-102.250000', '19.287036', '-20.263725', '-99.750000', '19.341289', '-20.100965', '-97.250000', '19.531176', '-19.775444', '-94.750000', '19.775317', '-19.775444', '-92.250000', '19.775317', '-19.384820', '-89.750000', '19.721063', '-19.612684', '-87.250000', '19.531176', '-19.775444', '-84.750000', '19.384692', '-20.019585', '-82.250000', '19.341289', '-20.100965', '-79.750000', '19.287036', '-20.166069', '-77.250000', '19.287036', '-20.166069', '-74.750000', '19.341289', '-19.938205', '-72.250000', '19.348071', '-19.836480', '-69.750000', '19.531176', '-19.775444', '-67.250000', '19.721063', '-19.612684', '-64.750000', '19.677660', '-19.531304', '-62.250000', '19.677660', '-19.531304', '-59.750000', '19.721063', '-19.449924', '-57.250000', '19.721063', '-19.449924', '-54.750000', '19.721063', '-19.449924', '-52.250000', '19.721063', '-19.449924', '-49.750000', '19.721063', '-19.449924', '-47.250000', '19.721063', '-19.449924', '-44.750000', '19.628832', '-19.433648', '-42.250000', '19.714281', '-19.348199', '-39.750000', '19.612556', '-19.341417', '-37.250000', '19.553371', '-19.464720', '-34.750000', '19.531176', '-19.384820', '-32.250000', '19.531176', '-19.384820', '-29.750000', '19.531176', '-19.384820', '-27.250000', '19.449796', '-19.341417', '-24.750000', '19.449796', '-19.341417', '-22.250000', '19.449796', '-19.341417', '-19.750000', '19.348071', '-19.348199', '-17.250000', '19.287036', '-19.287163', '-14.750000', '19.287036', '-19.287163', '-12.250000', '19.287036', '-19.287163', '-9.750000', '19.287036', '-19.287163', '-7.250000', '19.287036', '-19.287163', '-4.750000', '19.287036', '-19.287163', '-2.250000', '19.287036', '-19.384820', '0.250000', '19.287036', '-19.384820', '2.750000', '19.287036', '-19.287163', '5.250000', '19.287036', '-19.287163', '7.750000', '19.287036', '-19.384820', '10.250000', '19.287036', '-19.384820', '12.750000', '19.287036', '-19.287163', '15.250000', '19.287036', '-19.384820', '17.750000', '19.287036', '-19.384820', '20.250000', '19.287036', '-19.384820', '22.750000', '19.287036', '-19.287163', '25.250000', '19.287036', '-19.384820', '27.750000', '19.232782', '-19.449924', '30.250000', '19.124275', '-19.341417', '32.750000', '19.124275', '-19.341417', '35.250000', '19.065090', '-19.464720', '37.750000', '19.065090', '-19.464720', '40.250000', '19.042895', '-19.384820', '42.750000', '19.042895', '-19.384820', '45.250000', '19.042895', '-19.384820', '47.750000', '19.020700', '-19.464720', '50.250000', '18.945239', '-19.433648', '52.750000', '18.945239', '-19.433648', '55.250000', '18.945239', '-19.433648', '57.750000', '18.853008', '-19.449924', '60.250000', '18.853008', '-19.449924', '62.750000', '18.853008', '-19.449924', '65.250000', '18.853008', '-19.449924', '67.750000', '18.853008', '-19.449924', '70.250000', '18.853008', '-19.449924', '72.750000', '18.853008', '-19.449924', '75.250000', '18.853008', '-19.449924', '77.750000', '18.798755', '-19.384820', '80.250000', '18.853008', '-19.449924', '82.750000', '18.853008', '-19.449924', '85.250000', '18.853008', '-19.449924', '87.750000', '18.853008', '-19.449924', '90.250000', '18.853008', '-19.449924', '92.750000', '18.701618', '-20.202399', '105.250000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '16'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'OPEN_NONPLANAR'
         (3006, 0046) Number of Contour Points            IS: '94'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['39.794838', '-19.653374', '-137.250000', '39.916908', '-19.280382', '-134.750000', '40.038978', '-18.907389', '-132.250000', '39.934346', '-19.043023', '-129.750000', '39.897634', '-19.107270', '-127.250000', '39.794838', '-19.287163', '-124.750000', '39.794838', '-19.287163', '-122.250000', '39.632077', '-19.341417', '-119.750000', '39.469317', '-19.341417', '-117.250000', '39.360810', '-19.449924', '-114.750000', '39.252303', '-19.612684', '-112.250000', '39.143796', '-19.721191', '-109.750000', '39.062416', '-19.775444', '-107.250000', '38.818276', '-19.775444', '-104.750000', '38.879311', '-19.836480', '-102.250000', '39.062416', '-19.775444', '-99.750000', '39.306557', '-19.775444', '-97.250000', '39.306557', '-19.775444', '-94.750000', '39.794838', '-19.775444', '-92.250000', '39.849091', '-19.612684', '-89.750000', '39.794838', '-19.677788', '-87.250000', '39.632077', '-19.721191', '-84.750000', '39.306557', '-19.873101', '-82.250000', '39.306557', '-19.873101', '-79.750000', '39.208900', '-20.019585', '-77.250000', '39.208900', '-20.019585', '-74.750000', '39.208900', '-20.019585', '-72.250000', '39.306557', '-19.873101', '-69.750000', '39.550697', '-19.775444', '-67.250000', '39.794838', '-19.775444', '-64.750000', '39.794838', '-19.775444', '-62.250000', '39.794838', '-19.677788', '-59.750000', '39.794838', '-19.677788', '-57.250000', '39.794838', '-19.677788', '-54.750000', '39.794838', '-19.677788', '-52.250000', '39.794838', '-19.677788', '-49.750000', '39.849091', '-19.612684', '-47.250000', '39.794838', '-19.677788', '-44.750000', '39.697181', '-19.531304', '-42.250000', '39.740584', '-19.449924', '-39.750000', '39.697181', '-19.531304', '-37.250000', '39.697181', '-19.531304', '-34.750000', '39.697181', '-19.531304', '-32.250000', '39.697181', '-19.531304', '-29.750000', '39.697181', '-19.531304', '-27.250000', '39.697181', '-19.531304', '-24.750000', '39.697181', '-19.531304', '-22.250000', '39.697181', '-19.531304', '-19.750000', '39.697181', '-19.531304', '-17.250000', '39.697181', '-19.531304', '-14.750000', '39.697181', '-19.531304', '-12.250000', '39.697181', '-19.531304', '-9.750000', '39.617281', '-19.553499', '-7.250000', '39.617281', '-19.553499', '-4.750000', '39.617281', '-19.553499', '-2.250000', '39.617281', '-19.553499', '0.250000', '39.550697', '-19.531304', '2.750000', '39.550697', '-19.531304', '5.250000', '39.550697', '-19.531304', '7.750000', '39.550697', '-19.531304', '10.250000', '39.550697', '-19.531304', '12.750000', '39.550697', '-19.531304', '15.250000', '39.550697', '-19.531304', '17.750000', '39.484113', '-19.553499', '20.250000', '39.453041', '-19.628960', '22.750000', '39.484113', '-19.553499', '25.250000', '39.484113', '-19.553499', '27.750000', '39.360810', '-19.612684', '30.250000', '39.360810', '-19.612684', '32.750000', '39.360810', '-19.612684', '35.250000', '39.360810', '-19.612684', '37.750000', '39.306557', '-19.677788', '40.250000', '39.306557', '-19.677788', '42.750000', '39.306557', '-19.531304', '45.250000', '39.306557', '-19.677788', '47.750000', '39.252303', '-19.612684', '50.250000', '39.252303', '-19.612684', '52.750000', '39.252303', '-19.612684', '55.250000', '39.252303', '-19.612684', '57.750000', '39.252303', '-19.612684', '60.250000', '39.208900', '-19.531304', '62.750000', '39.245521', '-19.714409', '65.250000', '39.143796', '-19.721191', '67.750000', '39.062416', '-19.775444', '70.250000', '39.062416', '-19.775444', '72.750000', '39.062416', '-19.775444', '75.250000', '39.062416', '-19.775444', '77.750000', '38.879311', '-19.714409', '80.250000', '38.879311', '-19.714409', '82.750000', '38.879311', '-19.714409', '85.250000', '38.818276', '-19.775444', '87.750000', '38.818276', '-19.775444', '90.250000', '38.818276', '-19.775444', '92.750000', '38.225938', '-19.768525', '107.750000']
         ---------
      (3006, 0084) Referenced ROI Number               IS: '17'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['242', '236', '0']
      (3006, 0040)  Contour Sequence   1 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['48.936590', '11.474540', '65.256192']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'IPSA'
         (3007, 1022) Private tag data                    DS: '1.000000'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
      (3006, 0084) Referenced ROI Number               IS: '18'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   3 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['35.219551', '-21.508973', '92.061974']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P1'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '2'
         (3006, 0050) Contour Data                        DS: ['-21.811352', '-0.569725', '70.848289']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P2'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '3'
         (3006, 0050) Contour Data                        DS: ['9.065694', '9.623737', '51.637185']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P3'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
      (3006, 0084) Referenced ROI Number               IS: '19'
      ---------
      (0021, 0010) Private Creator                     LO: 'NUCLETRON'
      (0021, 1000) Private tag data                    UI: 1.2.840.113619.2.278.3.380434001.422.1404078961.990
      (3006, 002a) ROI Display Color                   IS: ['255', '0', '0']
      (3006, 0040)  Contour Sequence   6 item(s) ---- 
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '1'
         (3006, 0050) Contour Data                        DS: ['-105.261333', '51.147156', '-157.250000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P4'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '2'
         (3006, 0050) Contour Data                        DS: ['94.494652', '51.370597', '-157.250000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P5'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '3'
         (3006, 0050) Contour Data                        DS: ['-108.836385', '50.923716', '-29.750000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P6'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '4'
         (3006, 0050) Contour Data                        DS: ['104.102602', '50.700275', '-29.750000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P7'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '5'
         (3006, 0050) Contour Data                        DS: ['-103.697249', '51.147156', '147.750000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P8'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
         (3006, 0042) Contour Geometric Type              CS: 'POINT'
         (3006, 0046) Number of Contour Points            IS: '1'
         (3006, 0048) Contour Number                      IS: '6'
         (3006, 0050) Contour Data                        DS: ['94.494652', '51.147156', '147.750000']
         (3007, 0010) Private Creator                     LO: 'NUCLETRON'
         (3007, 1015) Private tag data                    DS: '1.000000'
         (3007, 1016) Private tag data                    LO: 'P9'
         (3007, 1041)  Private tag data   1 item(s) ---- 
            (3007, 0010) Private Creator                     LO: 'NUCLETRON'
            (3007, 1017) Private tag data                    DS: '-1'
            (3007, 1018) Private tag data                    DS: '0'
            (3007, 1038) Private tag data                    IS: '1'
            ---------
         ---------
      (3006, 0084) Referenced ROI Number               IS: '20'
      ---------
   (3006, 0080)  RT ROI Observations Sequence   21 item(s) ---- 
      (3006, 0082) Observation Number                  IS: '0'
      (3006, 0084) Referenced ROI Number               IS: '0'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '1'
      (3006, 0084) Referenced ROI Number               IS: '1'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '2'
      (3006, 0084) Referenced ROI Number               IS: '2'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '3'
      (3006, 0084) Referenced ROI Number               IS: '3'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '4'
      (3006, 0084) Referenced ROI Number               IS: '4'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '5'
      (3006, 0084) Referenced ROI Number               IS: '5'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '6'
      (3006, 0084) Referenced ROI Number               IS: '6'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '7'
      (3006, 0084) Referenced ROI Number               IS: '7'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '8'
      (3006, 0084) Referenced ROI Number               IS: '8'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '9'
      (3006, 0084) Referenced ROI Number               IS: '9'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '10'
      (3006, 0084) Referenced ROI Number               IS: '10'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '11'
      (3006, 0084) Referenced ROI Number               IS: '11'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '12'
      (3006, 0084) Referenced ROI Number               IS: '12'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '13'
      (3006, 0084) Referenced ROI Number               IS: '13'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '14'
      (3006, 0084) Referenced ROI Number               IS: '14'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '15'
      (3006, 0084) Referenced ROI Number               IS: '15'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '16'
      (3006, 0084) Referenced ROI Number               IS: '16'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '17'
      (3006, 0084) Referenced ROI Number               IS: '17'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'BRACHY_CHANNEL'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '18'
      (3006, 0084) Referenced ROI Number               IS: '18'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'PATIENT'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '19'
      (3006, 0084) Referenced ROI Number               IS: '19'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'PATIENT'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
      (3006, 0082) Observation Number                  IS: '20'
      (3006, 0084) Referenced ROI Number               IS: '20'
      (3006, 00a4) RT ROI Interpreted Type             CS: 'PATIENT'
      (3006, 00a6) ROI Interpreter                     PN: ''
      ---------
   (3007, 0010) Private Creator                     LO: 'NUCLETRON'
   (3007, 1070) Private tag data                    DS: '2'
   (3007, 1071) Private tag data                    DS: '2'
   ---------
In [3]:
dcm_plan.ApplicationSetupSequence[0].dir()
Out[3]:
['ApplicationSetupNumber',
 'ApplicationSetupType',
 'ChannelSequence',
 'TotalReferenceAirKerma']
In [4]:
dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].dir()
Out[4]:
['BrachyControlPointSequence',
 'ChannelLength',
 'ChannelNumber',
 'ChannelTotalTime',
 'FinalCumulativeTimeWeight',
 'NumberOfControlPoints',
 'RefdROINumber',
 'RefdSourceNumber',
 'ReferencedROINumber',
 'ReferencedSourceNumber',
 'SourceApplicatorID',
 'SourceApplicatorLength',
 'SourceApplicatorName',
 'SourceApplicatorNumber',
 'SourceApplicatorStepSize',
 'SourceApplicatorType',
 'SourceMovementType',
 'TransferTubeLength',
 'TransferTubeNumber']
In [5]:
dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].BrachyControlPointSequence[0]
Out[5]:
(300a, 0112) Control Point Index                 IS: '0'
(300a, 02d2) Control Point Relative Position     DS: '30.0000000000000'
(300a, 02d4) Control Point 3D Position           DS: ['-36.132858', '11.474540', '75.310880']
(300a, 02d6) Cumulative Time Weight              DS: '0.00000000000000'
In [6]:
dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].BrachyControlPointSequence[0].dir()
Out[6]:
['CP3DPosition',
 'CPIndex',
 'CPRelativePosition',
 'ControlPoint3DPosition',
 'ControlPointIndex',
 'ControlPointRelativePosition',
 'CumulativeTimeWeight']
In [7]:
dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].BrachyControlPointSequence[0].ControlPoint3DPosition
Out[7]:
['-36.132858', '11.474540', '75.310880']
In [8]:
dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].BrachyControlPointSequence[0].CumulativeTimeWeight
Out[8]:
'0.00000000000000'
In [9]:
number_of_channels = len(dcm_plan.ApplicationSetupSequence[0].ChannelSequence)
number_of_channels
Out[9]:
18
In [10]:
number_of_dwells_in_channel = len(
    dcm_plan.ApplicationSetupSequence[0].ChannelSequence[0].BrachyControlPointSequence)
number_of_dwells_in_channel
Out[10]:
10
In [11]:
all_dwell_positions_by_channel = []
all_dwell_positions_flat = []

for i in range(number_of_channels):
    BrachyControlPointSequence = (
        dcm_plan.ApplicationSetupSequence[0].ChannelSequence[i].BrachyControlPointSequence)
    number_of_dwells_in_channel = len(BrachyControlPointSequence)
    
    dwells_positions = []
    for j in range(number_of_dwells_in_channel):
        if len(BrachyControlPointSequence[j].dir("ControlPoint3DPosition")) != 0:
            dwells_positions.append(
                BrachyControlPointSequence[j].ControlPoint3DPosition)
    
    all_dwell_positions_by_channel.append(dwells_positions)
    all_dwell_positions_flat += dwells_positions
    
all_dwell_positions_by_channel
Out[11]:
[[['-36.132858', '11.474540', '75.310880'],
  ['-36.132858', '11.474540', '75.310880'],
  ['-36.132858', '11.474540', '65.315258'],
  ['-36.132858', '11.474540', '65.315258'],
  ['-36.237490', '11.474540', '55.317446'],
  ['-36.237490', '11.474540', '55.317446'],
  ['-36.237490', '11.474540', '45.321398'],
  ['-36.237490', '11.474540', '45.321398'],
  ['-36.215044', '11.265048', '35.336656'],
  ['-36.215044', '11.265048', '35.336656']],
 [],
 [['3.758867', '11.228837', '75.297996'],
  ['3.758867', '11.228837', '75.297996'],
  ['3.759700', '11.230399', '65.298029'],
  ['3.759700', '11.230399', '65.298029'],
  ['3.717219', '11.310051', '55.303095'],
  ['3.717219', '11.310051', '55.303095'],
  ['3.716297', '11.311779', '35.303131'],
  ['3.716297', '11.311779', '35.303131']],
 [],
 [['43.944967', '11.474540', '65.256192'],
  ['43.944967', '11.474540', '65.256192'],
  ['43.945226', '11.474540', '55.260574'],
  ['43.945226', '11.474540', '55.260574'],
  ['44.049858', '11.474540', '45.262763'],
  ['44.049858', '11.474540', '45.262763'],
  ['44.189367', '11.474540', '35.266653'],
  ['44.189367', '11.474540', '35.266653']],
 [],
 [],
 [],
 [],
 [],
 [['-16.357477', '-9.423887', '87.754693'],
  ['-16.357477', '-9.423887', '87.754693'],
  ['-16.357477', '-9.423887', '77.754693'],
  ['-16.357477', '-9.423887', '77.754693'],
  ['-16.357477', '-9.423887', '67.754693'],
  ['-16.357477', '-9.423887', '67.754693'],
  ['-16.357477', '-9.521285', '47.756594'],
  ['-16.357477', '-9.521285', '47.756594']],
 [],
 [['24.072189', '-9.277403', '77.770644'],
  ['24.072189', '-9.277403', '77.770644'],
  ['24.072189', '-9.277403', '57.770644'],
  ['24.072189', '-9.277403', '57.770644'],
  ['24.071354', '-9.277635', '37.776129'],
  ['24.071354', '-9.277635', '37.776129']],
 [],
 [],
 [],
 [],
 [['38.818276', '-19.775444', '87.761693'],
  ['38.818276', '-19.775444', '87.761693'],
  ['39.143063', '-19.721680', '67.772517'],
  ['39.143063', '-19.721680', '67.772517'],
  ['39.252303', '-19.612684', '57.783277'],
  ['39.252303', '-19.612684', '57.783277'],
  ['39.305804', '-19.676885', '47.784693'],
  ['39.305804', '-19.676885', '47.784693'],
  ['39.359840', '-19.613848', '37.794699'],
  ['39.359840', '-19.613848', '37.794699']]]
In [12]:
dwell_positions = np.array(all_dwell_positions_flat).astype(float)
dwell_positions
Out[12]:
array([[-36.132858,  11.47454 ,  75.31088 ],
       [-36.132858,  11.47454 ,  75.31088 ],
       [-36.132858,  11.47454 ,  65.315258],
       [-36.132858,  11.47454 ,  65.315258],
       [-36.23749 ,  11.47454 ,  55.317446],
       [-36.23749 ,  11.47454 ,  55.317446],
       [-36.23749 ,  11.47454 ,  45.321398],
       [-36.23749 ,  11.47454 ,  45.321398],
       [-36.215044,  11.265048,  35.336656],
       [-36.215044,  11.265048,  35.336656],
       [  3.758867,  11.228837,  75.297996],
       [  3.758867,  11.228837,  75.297996],
       [  3.7597  ,  11.230399,  65.298029],
       [  3.7597  ,  11.230399,  65.298029],
       [  3.717219,  11.310051,  55.303095],
       [  3.717219,  11.310051,  55.303095],
       [  3.716297,  11.311779,  35.303131],
       [  3.716297,  11.311779,  35.303131],
       [ 43.944967,  11.47454 ,  65.256192],
       [ 43.944967,  11.47454 ,  65.256192],
       [ 43.945226,  11.47454 ,  55.260574],
       [ 43.945226,  11.47454 ,  55.260574],
       [ 44.049858,  11.47454 ,  45.262763],
       [ 44.049858,  11.47454 ,  45.262763],
       [ 44.189367,  11.47454 ,  35.266653],
       [ 44.189367,  11.47454 ,  35.266653],
       [-16.357477,  -9.423887,  87.754693],
       [-16.357477,  -9.423887,  87.754693],
       [-16.357477,  -9.423887,  77.754693],
       [-16.357477,  -9.423887,  77.754693],
       [-16.357477,  -9.423887,  67.754693],
       [-16.357477,  -9.423887,  67.754693],
       [-16.357477,  -9.521285,  47.756594],
       [-16.357477,  -9.521285,  47.756594],
       [ 24.072189,  -9.277403,  77.770644],
       [ 24.072189,  -9.277403,  77.770644],
       [ 24.072189,  -9.277403,  57.770644],
       [ 24.072189,  -9.277403,  57.770644],
       [ 24.071354,  -9.277635,  37.776129],
       [ 24.071354,  -9.277635,  37.776129],
       [ 38.818276, -19.775444,  87.761693],
       [ 38.818276, -19.775444,  87.761693],
       [ 39.143063, -19.72168 ,  67.772517],
       [ 39.143063, -19.72168 ,  67.772517],
       [ 39.252303, -19.612684,  57.783277],
       [ 39.252303, -19.612684,  57.783277],
       [ 39.305804, -19.676885,  47.784693],
       [ 39.305804, -19.676885,  47.784693],
       [ 39.35984 , -19.613848,  37.794699],
       [ 39.35984 , -19.613848,  37.794699]])
In [13]:
from plotly.graph_objs import *
from plotly.offline import download_plotlyjs, init_notebook_mode, iplot
init_notebook_mode()

dcm_struct = dicom.read_file("RS1.3.6.1.4.1.2452.6.209502505.1199599685.3559183269.2231927106.dcm", force=True)

structure_names = [item.ROIName for item in dcm_struct.StructureSetROISequence]
structure_names
Out[13]:
['Prostate PTV',
 'Urethra',
 'Rectum',
 'Seed Apex',
 'Seed Base',
 'Seed Mid',
 'Avoidance1',
 'Avoidance2',
 'Solid Water',
 'Phantom',
 'Detector']
In [22]:
def pull_structure(number):
    structure_names = [
        item.ROIName for item in dcm_struct.StructureSetROISequence]
    
    contours_by_slice_raw = [
        item.ContourData for item in dcm_struct.ROIContourSequence[number].ContourSequence]
    x = [np.array(item[0::3]) for item in contours_by_slice_raw]
    y = [np.array(item[1::3]) for item in contours_by_slice_raw]
    z = [np.array(item[2::3]) for item in contours_by_slice_raw]
    
    print("Loaded {}".format(structure_names[number]))
    return x, y, z


def display_structures_with_dwells(list_of_structures, dwells, colour_list=None):
    dicom_structure_names = np.array(
        [item.ROIName for item in dcm_struct.StructureSetROISequence])
    combined_trace = []
    
    for i, structure in enumerate(list_of_structures):
        if colour_list is None:
            colour = 'black'
        else:
            colour = colour_list[i]
        
        reference = (dicom_structure_names == structure)
        if np.all(reference == False):
            raise Exception("Structure not found (case sensitive)")

        index = int(np.where(reference)[0])
        x, y, z = pull_structure(index)
        
        for i in range(len(x)):
            trace = Scatter3d(
                x=np.append(x[i], x[i][0]), 
                y=np.append(y[i], y[i][0]), 
                z=np.append(z[i], z[i][0]),  
                mode='lines', line=Line(color=colour, width=3))

            combined_trace.append(trace)

    trace = Scatter3d(
        x=dwells[:,0], 
        y=dwells[:,1], 
        z=dwells[:,2], mode='markers')
    combined_trace.append(trace)
            
    iplot(Figure(
            data=Data(combined_trace),
            layout=Layout(
                showlegend=False,
                width=900, height=800
            )
        ))

Final diagram

In [23]:
display_structures_with_dwells(
    ['Prostate PTV', 'Urethra', 'Rectum'], dwell_positions,
    ['Red', 'Blue', 'Green']
)
Loaded Prostate PTV
Loaded Urethra
Loaded Rectum
In [ ]: